Material design for Android includes implementation of visual, motion, and interactive designs for your app on different devices. Android now includes support for material design apps. To use material design in your Android apps, follow the guidelines defined in the material design specification and use the new components and functionality available in Android 5.0 (API level 21) and later versions.
Material UI for Android developers
Building meaningful motions
In the following section, we will cover how to provide motions in our app to improve a user's app experience. The Android library provides many components for giving a material experience to the user. We will explain some of the components provided in the Android...