listview利用SimpleCursorAdapter显示sqlite数据库列表
--------------------编程问答-------------------- mark for learn. --------------------编程问答-------------------- 学习了,似乎没提问题啊? --------------------编程问答-------------------- SimpleCursorAdapter adapter=new SimpleCursorAdapter(this,R.layout.userinfo,cursor,new String[] {"name","ename"},new int[]{R.id.name,R.id.age});这里的new int中代表的是什么啊 --------------------编程问答--------------------
public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to)--------------------编程问答-------------------- 这个貌似不是问题。那我JF了 --------------------编程问答-------------------- 请问怎么将SimpleCursorAdapter取的两个adapter合并到一个listview中呀?
补充:移动开发 , Android