- Asynchronous Android Programming(Second Edition)
- Helder Vasconcelos
- 185字
- 2021-07-14 10:43:10
Preface
Whether you are Android beginner developer or an Android seasoned programmer, this book will explore how to achieve efficient and reliable multithreaded Android applications.
We'll look at best asynchronous constructs and techniques, commonly used by Android Developer community, to execute computation intensive or blocking tasks off the main thread, keeping the UI responsive, telling the user how things are going, making sure we finish what we started, using those powerful multicore processors, and doing it all without wasting the battery.
By using the right asynchronous construct, much of the complexity is abstracted from the developer, making the application source code more readable and maintainable and less error prone.
Using step-by-step guidelines and code examples, you will learn how manage interactions between several threads and avoid concurrency and synchronization problems that might occur when two or more threads access a shared resource to complete a background job, to update the UI or retrieve the latest application data.
At the end of this journey you will know how build well-behaved applications with smooth, responsive user-interfaces that delight users with speedy results and data that's always fresh.
- 程序員面試白皮書
- Learning RxJava
- Wireshark Network Security
- Android NDK Beginner’s Guide
- HTML5 and CSS3 Transition,Transformation,and Animation
- Protocol-Oriented Programming with Swift
- Java網絡編程實戰
- Learning Unreal Engine Game Development
- C#程序設計基礎入門教程
- Java高手是怎樣煉成的:原理、方法與實踐
- Elasticsearch搜索引擎構建入門與實戰
- Python編程:從入門到實踐(第2版)
- OpenStack Sahara Essentials
- Drupal 8 Quick Start Guide
- 西門子PLC 200/300/400應用程序設計實例精講(第2版)