On Sat, Aug 6, 2011 at 1:39 PM, dnkoutso <[email protected]> wrote: > Hey everyone, > I am implementing a custom loader and I use AsyncTaskLoader. I've noticed > that during the period of time of the load, the loader does not display a > progress bar. > Is it due to the fact I use AsyncTaskLoader and perhaps CursorLoader does > this automatically?
No. Neither displays a progress bar. You need to do this yourself if you need it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

