Category Archives: Material Design
Android Material Design – Scroll and Collapsable App Bar
Material design has changed the way user interact with apps. Below is one such UI design which we all will love. We will create a collapsable AppBar which scrolls from center of the screen to the AppBar. Check out the video below to see how it looks. All the magic happens in the XML layout. So We will… Read More »
Material Design Circular Reveal Animation Demo in Android.
Material Design has changed the way users interact with the apps. Reveal is a new animation introduced in Android L that animates the view’s clipping boundaries. Reveal animations provide users visual continuity when you show or hide a group of UI elements. This animation is often times used in conjunction with a floating action button. The ViewAnimationUtils.createCircularReveal() method… Read More »
Starting with Material Design in Android – Volume 1
1. To create apps with material design: Review the material design specification. Apply the material theme to your app. Create your layouts following material design guidelines. Specify the elevation of your views to cast shadows. Use system widgets for lists and cards. Customize the animations in your app. 2. Apply the Material Theme To apply the material theme… Read More »