Tag: Material Design

  • Ultimate Guide to Android Material Design Components

    Ultimate Guide to Android Material Design Components

    Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. Google announced Material Design on June 25, 2014, at the 2014 Google I/O conference. Material Design can be used in API Level 21 (Android 5.0) and newer via the v7 appcompat library, which is used on virtually all Android […]

  • How to show material snackbar in android

    How to show material snackbar in android

    Android Snackbar is an interesting component introduced by Material Design. Snackbars are just like Toast messages except they provide action to interact with. The snackbar will be displayed at the bottom of the screen and can be swiped off in order to dismiss them. Difference between Toast and Snackbar You can set how long the message […]