I have a ListView which uses a CursorAdatper as its adapter. I would like to have the list view to
In the new API (using loader manager) you can use:
getLoaderManager().getLoader(_YOUR_LOADER_ID_).forceLoad();