¡@

Home 

2014/10/16 ¤W¤È 08:22:46

android Programming Glossary: resultcursor

Android: endless scrolling - ListView and Cursor

http://stackoverflow.com/questions/6573489/android-endless-scrolling-listview-and-cursor

int firstVisibleItem int visibleItemCount int totalItemCount int lastInScreen firstVisibleItem visibleItemCount if resultCursor null if lastInScreen totalItemCount isLoadingMore false isLoadingMore true loadedPage new LoadBooks .execute public.. this.dialog.setMessage Loading books... this.dialog.show @Override protected Void doInBackground String... arg0 try resultCursor dbHelper.fetchBooks 0 loadedPage LIMIT_RESULTS catch Exception e e.printStackTrace return null @Override protected void.. catch Exception e e.printStackTrace return null @Override protected void onPostExecute final Void unused if resultCursor null if adapter null startManagingCursor resultCursor String from new String name int to new int R.id.book_item_tbx ..