July 2012
Intermediate to advanced
528 pages
15h 41m
English
Offloading intensive operations provides a smoother, more stable experience to the user. The Android SDK provides two easy ways to manage offload processing from the main UI thread: the AsyncTask class and the standard Java Thread class. An Activity or Fragment often needs to load data upon launch, which can be done asynchronously using a Loader class. In this chapter, you learn how to make your applications more responsive by knowing when and how to move intensive operations off the main UI thread to be handled asynchronously.
Users demand responsive applications, time-intensive operations such as networking should not block the main UI thread. Some common blocking ...
Read now
Unlock full access