Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.91 KB

File metadata and controls

22 lines (17 loc) · 2.91 KB

Material Design was introduced by Google with Android 5.0 (lollipop).

Android 5.0+ vs older phones

The full range of design elements are available for any phone running Android 5.0 or above: ~30% of devices as of December, 2015 (source). While phones are upgrading, you can also support a select subset of elements on older devices via the App Compat library, specifically:

For backwards compatibility, this very useful guide goes through both upgrading old apps and adding App Compat supported material elements to new ones. This page also has some useful tips like the reminder to set your android:targetSdkVersion to 21 in order to use the material design features on Android 5.0+ devices.

Top Material Design resources

  • Official Android Material UI guidelines - link
  • Mobile UI patterns blog that has good Android examples - link
  • AppCompat v21 — Material Design for Pre-Lollipop Devices! - link
  • Implementing Material Design in your Android App (Android 5.0+) - link
  • Material Design on Android Checklist - link

Wiki home | Android app | Prismatic Github | Prismatic | My email | My Twitter