¡@

Home 

2014/10/16 ¤W¤È 08:24:54

android Programming Glossary: sqlitecursorloader

Getting SQLiteCursorLoader to observe data changes

http://stackoverflow.com/questions/9060771/getting-sqlitecursorloader-to-observe-data-changes

SQLiteCursorLoader to observe data changes I'm trying to implement a DataListFragment with an adapter that uses a Loader from Commonsware... I wrap the database stuff in as a ContentProvider and use CursorLoader instead import com.commonsware.cwac.loaderex.SQLiteCursorLoader public class DataListFragment extends ListFragment implements LoaderManager.LoaderCallbacks Cursor protected DataListAdapter.. null this public Loader Cursor onCreateLoader int id Bundle args String sql SELECT FROM TABLE_NAME String params null SQLiteCursorLoader CursorLoader new SQLiteCursorLoader getActivity mSqlDb sql params return CursorLoader public void onLoadFinished Loader..