Chapter 4. Asynchronous I/O with Loader
The concurrency constructs we've encountered so far have been quite general in purpose, but in this chapter we'll take a look at a construct with a more specific focus—Loader
.
In this chapter we will cover the following topics:
Introducing Loaders
Building responsive apps with
AsyncTaskLoader
Building responsive apps with
CursorLoader
Combining Loaders
Applications of Loaders