
Inside the Android OS: Building, Customizing, Managing and Operating Android System Services, 1st edition
Published by Addison-Wesley Professional (August 24, 2021) © 2022
- G Blake Meike
- Lawrence Schiefer
- Available for purchase from all major ebook resellers, including InformIT.com
Price Reduced From: $49.99
Details
- A print text
- Free shipping
- Also available for purchase as an ebook from all major ebook resellers, including InformIT.com
This product is expected to ship within 3-6 business days for US and 5-10 business days for Canadian customers.
Title overview
G. Blake Meike responds to the real-world needs of embedded and IoT developers moving to Android, providing indispensable information without becoming obscure or too specialised. Meike teaches through a book-length project that covers everything developers need to know to create their own custom Android service. You will find approachable yet precise coverage of:
- Why Android is becoming a pervasive embedded platform
- Using the Android four-tier architectural model in embedded devices
- Setting up a build platform, downloading the AOSP source, and building an Android image
- Walking through system startup on a running Android system
- Running native services on embedded systems
- Using the Android Native Development Kit (NDK) and HAL to link interpreted Java with native C/C++ code
- Taking a deep dive into the seminal Zygote application and its Dalvik interpreter
- Quickly building Java system services
- Working with Binder, the heart and the root of the Android security and access control models
- Establishing permissions and access control
- Enabling apps to use the services you have created