Jump to ratings and reviews
Rate this book

Efficient Android Threading: Asynchronous Processing Techniques for Android Applications

Rate this book
Multithreading is 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? This practical book describes many asynchronous mechanisms available in the Android SDK, and provides guidelines for selecting the ones most appropriate for the app you’re building.

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

Understand multithreading basics in Java and on the Android platformLearn how threads communicate within and between processesUse strategies to reduce the risk of memory leaksManage the lifecycle of a basic threadRun tasks sequentially in the background with HandlerThreadUse Java’s Executor Framework to control or cancel threadsHandle background task execution with AsyncTask and IntentServiceAccess content providers with AsyncQueryHandlerUse loaders to update the UI with new data

388 pages, Kindle Edition

First published January 1, 2014

52 people want to read

About the author

Anders Göransson

2 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
19 (37%)
4 stars
20 (39%)
3 stars
10 (19%)
2 stars
2 (3%)
1 star
0 (0%)
Displaying 1 - 6 of 6 reviews
Profile Image for Artem Gapchenko.
24 reviews2 followers
February 25, 2017
Pretty good overview of Android-specific concurrency constructs. Keep in mind, though, that for better dive into the Java concurrency you'll need to read the 'Java Concurrency in Practice'
12 reviews
June 16, 2017
Excellent book on Android Threading options. Provides insight as to how to use them and when to use which ones.
Profile Image for Eduardo Xavier.
136 reviews1 follower
December 8, 2017
Encontrei nesse livro a melhor referencia sobre thread e processamento paralelo com Android. Tao bom quanto o livro de Tead Faison, sobre .net (taking events to the limits)
Profile Image for Ilya.
59 reviews1 follower
January 7, 2019
Отличный обзор инструментов для многопоточного программирования в Андроиде. Обязательно к прочтению всеми разработчиками под эту систему.
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.