SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,R.layout.item, cursor, new String[] { "name", "phone", "amount" }, new int[] {R.id.name, R.id.phone, R.id.amount }); listview.setAdapter(adapter); } public Cursor getCursorScollData(int offest, int maxResult) { ...
www.dbjr.com.cn/article/358...htm 2025-5-30