Book Image

Learning Embedded Android N Programming

By : Ivan Morgillo
Book Image

Learning Embedded Android N Programming

By: Ivan Morgillo

Overview of this book

Take a deep dive into the Android build system and its customization with Learning Embedded Android Programming, written to help you master the steep learning curve of working with embedded Android. Start by exploring the basics of Android OS, discover Google’s “repo” system, and discover how to retrieve AOSP source code. You'll then find out to set up the build environment and the first AOSP system. Next, learn how to customize the boot sequence with a new animation, and use an Android “kitchen” to “cook” your custom ROM. By the end of the book, you'll be able to build customized Android open source projects by developing your own set of features.
Table of Contents (15 chapters)
Learning Embedded Android N Programming
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Domotics


We are living in a world where lots of devices, appliances, and "things" that were disconnected are now part of a growing ecosystem of interconnected devices. We came from a past where computation could happen only in our computers—we are living in a present where computation happens in our pockets, with our smartphone. We are moving toward a future where computation will happen everywhere: a watch, a car, a drone, a house, a garden, and much more.

We had thermostats that had to be commanded manually and we have intelligent thermostats now, such as Google Nest, that learn from our habits and react accordingly to create a better and more effective user experience:

We had lights that needed a wall switch to be turned ON and OFF and now we have intelligent lights, such as Philips Hue, that can be controlled via smartphone or even smart watch. These lights can turn ON automatically the moment we approach our home, taking advantage of concepts such as geo-fencing. We have light that can...