Android Concurrency (Addison Wesley)
Monday, 24 October 2016

Android developer and consultant Blake Meike has created a complete cookbook of best-practice solutions for fully making use of the multi-core processors and heavily cached architectures now widespread on Android devices, and for taking advantage of significant improvements in the Android 5 (Lollipop) release. The book has practical solutions for everything from inter-thread communication to network communication to debugging complex concurrency issues.

<ASIN:0134177436>

 

Author: G. Blake Meike

Publisher: Addison Wesley
Date: June 2016
Pages: 224
ISBN: 978-0134177434
Print: 0134177436
KIndle: B01H916FOC
Audience: Mobile Developers
Level: Advanced

• Gain new clarity about what concurrency really is, and how concurrent processes work
• Master best practices for writing concurrent code that’s more robust and less susceptible to weird, hard-to-diagnose errors
• Review the Java concurrency mechanisms Android’s constructs are built upon
• Shape an approach to concurrency that reflects the unique characteristics of the Android environment
• Avoid widespread misconceptions that lead Android developers into trouble
• Make the most of AsyncTask—but only when it’s the right tool for the job
• Use the powerful, lightweight Looper/Handler framework to support scheduled, asynchronous tasks and execute many message types
• Use the Android Service component to separate business logic from UI
• Understand the differences between started and bound services and use them effectively for intra- and inter-process communication
• Perform scheduled tasks, including tasks requiring polling and explicit scheduling
• Track down problems via static analysis, annotations, and assertions

For recommended Adroid books see All About Android Books on Programmer's Bookshelf

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact: 
BookWatch@i-programmer.info

Banner
 


DevOps For The Desperate

Author: Bradley Smith
Publisher: No Starch
Pages: 176
ISBN: 978-1718502482
Print: 1718502486
Kindle: B09M82VY43
Audience: Developers working in DevOps
Rating: 4.5
Reviewer: Kay Ewbank

Subtitled 'A hands-on survival guide, this book aims to provide software engineers and developers with the basi [ ... ]



PostgresSQL 14 Administration Cookbook

Author: Simon Riggs and Gianno Ciolli
Publisher: Packt Publishing
Pages: 608
ISBN: 978-1803248974
Print:1803248971
Kindle: B09R4VBHX3
Audience: PostgresSQL developers and administrators
Rating: 4.5
Reviewer: Kay Ewbank

While this book describes itself as a cookbook, the recipes in it work through the nec [ ... ]


More Reviews