Efficient Android Threading
Autor Anders Goranssonen Limba Engleză Paperback – 29 mai 2014
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 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
Preț: 281.38 lei
Preț vechi: 351.73 lei
-20% Nou
Puncte Express: 422
Preț estimativ în valută:
53.86€ • 56.13$ • 44.83£
53.86€ • 56.13$ • 44.83£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449364137
ISBN-10: 1449364136
Pagini: 280
Dimensiuni: 184 x 231 x 15 mm
Greutate: 0.46 kg
Editura: O'Reilly
ISBN-10: 1449364136
Pagini: 280
Dimensiuni: 184 x 231 x 15 mm
Greutate: 0.46 kg
Editura: O'Reilly
Notă biografică
Descriere
Many developers using the Android platform have encountered problems when choosing an asynchronous solution to create a snappy user experience. This practical book explains Android's asynchronous toolkit and how you should select the best solution for your problem. The pros and cons of each and every asynchronous technique is explored in detail.