Android Loader
Android Loader Life before Loaders Understanding the LoaderManager Implementing Loaders Android Loader
This post gives a brief introduction to Loaders and the LoaderManager. The first section describes how data was loaded prior to the release of Android 3.0, pointing out out some of the flaws of the pre-Honeycomb APIs. The second section defines the purpose of each class and summarizes their powerful ability in asynchronously loading data.
Life before Loaders
Before Android 3.