Skip to product information
1 of 1

Multithreadingis essential if you want to create an Android app with a great user experience,but how do you know which techniques can help solve your problem? Thispractical book describes many asynchronous mechanisms available in the AndroidSDK, and provides guidelines for selecting the ones most appropriate for theapp you’re building.

Author Anders Goransson demonstrates the advantages and disadvantages of eachtechnique, with sample code and detailed explanations for using it efficiently.The first part of the book describes the building blocks of asynchronousprocessing, and the second part covers Android libraries and constructs fordeveloping fast, responsive, and well-structured apps.

  • Understand multithreading basics in Java and on the Android platform
  • Learn how threads communicate within and between processes
  • Use strategies to reduce the risk of memory leaks
  • Manage the lifecycle of a basic thread
  • Run tasks sequentially in the background with HandlerThread
  • Use Java’s Executor Framework to control or cancel threads
  • Handle background task execution with AsyncTask and IntentService
  • Access content providers with AsyncQueryHandler
  • Use loaders to update the UI with new data

View full details