Top "Android-loadermanager" questions

An abstract class associated with an Activity or Fragment for managing one or more Loader instances.

AsyncTaskLoader vs AsyncTask

Since Honeycomb and the v4 Compatibility Library it is possible to use AsyncTaskLoader. From what I understand, the AsyncTaskLoader can …

android android-asynctask android-loadermanager
Using Singleton design pattern for SQLiteDatabase

I'm rather newbie on Android, and I'm working on a simple application to get some basic experience. My app is …

java android sqlite singleton android-loadermanager
CursorLoader usage without ContentProvider

Android SDK documentation says that startManagingCursor() method is depracated: This method is deprecated. Use the new CursorLoader class with LoaderManager …

android cursor android-cursorloader android-loadermanager android-contentprovider
Refreshing a view inside a fragment

I have searched the numerous questions that look like this one, but haven't found my answer in any of them. …

java android android-fragments android-view android-loadermanager
Difference between initLoader and restartLoader in LoaderManager

I'm completely lost regarding the differences between the initLoader and the restartLoader functions of the LoaderManager: They both have the …

java android android-loadermanager
LoaderManager with multiple loaders: how to get the right cursorloader

To me it's not clear how to get the right cursor if you have multiple Loaders. Lets say you define …

android android-loadermanager android-loader
Initializing a Loader in an Activity

I am currently trying to learn how to use Loaders and am having trouble starting a Loader in my activity. …

android android-loadermanager
android compatibility package - fragment ... not attached to Activity

Hello, I'm facing this problem : I'm using Compatibility package to use fragment in android application (min SDK 2.1). An random exception …

android android-fragments android-loadermanager
Android error: java.lang.IllegalStateException: trying to requery an already closed cursor

environment (Linux/Eclipse Dev for Xoom Tablet running HoneyComb 3.0.1) In my app I'm using the camera (startIntentForResult()) to take a …

android cursor illegalstateexception android-loadermanager