Part II. Asynchronous Techniques

The simplest form of asynchronous execution on Android is the regular java.lang.Thread class, which is the basis for asynchronous behavior on Android. Other mechanisms build upon the Thread class to enable better resource control, message passing, or relief for the UI thread.

Get Efficient Android Threading now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.