Project: /_project.yaml Book: /_book.yaml

{% include “_versions.html” %}

Design an Android Device

Being open source, Android offers a near-infinite combination of hardware and software for you to develop devices undreamt by even the operating system's creators.

Still, for your users to have a coherent experience as they adopt additional Android devices, consider following established standards while designing and customizing your implementation.

  1. Review the fundamental principles of Android platform development within Architecture, particularly the HIDL format introduced in Android 8.0.

  2. Ensure your devices meet requirements to be deemed compatible with Android’s core specification, the Android Compatibility Definition Document.

  3. See the Display features and Settings guidelines for help with the user interface.

  4. Take advantage of all of the tests available to debug and improve your Android devices.

  5. Familiarize yourself with App Design{: .external} principles and Material Design{: .external} techniques when developing user-facing applications.