Asynchronous Android Programming

Unlock the power of multi-core mobile devices to build responsive and reactive Android applications

Asynchronous Android Programming

Learning
Helder Vasconcelos

Unlock the power of multi-core mobile devices to build responsive and reactive Android applications
This title is available to pre-order now and is expected to be published in
$32.00
$49.99
RRP $39.99
RRP $49.99
eBook
Print + eBook
$12.99 p/month

Get Access

Get Unlimited Access to every Packt eBook and Video course

Enjoy full and instant access to over 3000 books and videos – you’ll find everything you need to stay ahead of the curve and make sure you can always get the job done.

Code Files
+ Collection
Free Sample

Book Details

ISBN 139781785883248
Paperback486 pages

Book Description

Asynchronous programming has acquired immense importance in Android programming, especially when we want to make use of the number of independent processing units (cores) available on the most recent Android devices.

To start with, you will get to know the details of the Android Process model and the Java low level concurrent framework delivered by Android SDK. Following this, we will guide you through the high-level Android-specific constructs available on the SDK: Handler, AsyncTask, and Loader. Next, we will guide you through the creation of IntentServices, Bound Services, and External Services, that can run in the background even when the user is not interacting with it. Next, you will discover the AlarmManager and the JobScheduler APIs, used to schedule and defer work without sacrificing the battery life. In a more advanced phase, you will create background tasks that are able to execute CPU-intensive tasks in the Java native layer, making use of the Android NDK. Finally, we will introduce you to RxJava, a popular asynchronous Java framework used to compose work in a concise and consistent way. Asynchronous Android Programming will help you to build well-behaved applications with smooth, responsive user interfaces that delight users with speedy results and data that’s always fresh.

Table of Contents

What You Will Learn

  • Get familiar with the android process model and low-level concurrent constructs delivered by the Android SDK
  • Use AsyncTask and loader framework to load data in the background, delivering progress results in the meantime
  • Create services that interact with your activity without compromising the UI rendering
  • Learn the working of Android concurrency on the Native Layer
  • Interact with nearby devices over Bluetooth and WiFi communications channels
  • Create and compose tasks with RxJava to execute complex asynchronous work in a predictable way
  • Get accustomed to the use of the Android Loader construct to deliver up-to-date results

Authors

Table of Contents

Book Details

ISBN 139781785883248
Paperback486 pages
Read More