December 2013
Intermediate to advanced
146 pages
3h 5m
English
The first Android-specific concurrency construct we'll look at is android.os.AsyncTask, a neat construct that encapsulates the messy business of managing threads, performing background work, and publishing progress and results back to the main thread to update the user interface.
In this chapter we will cover the following topics:
AsyncTaskAsyncTask typesAsyncTask issuesAsyncTask
AsyncTask was introduced in Android at API level 3, Cupcake, with the express purpose of helping developers to ...
Read now
Unlock full access