Category: 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 […]

  • Navigation rail – Material Component For Android

    Navigation rail – Material Component For Android

    The rail is a side navigation component that displays three to seven app destinations and, optionally, a Floating Action Button. Each destination is represented by an icon and a text label. The rail can function on its own at larger screen sizes, such as desktops and tablets. When users transition between screen sizes and devices, […]

  • Material Menus – Material Component For Android

    Material Menus – Material Component For Android

    A menu displays a list of choices on a temporary surface. They appear when users interact with a button, action, or other control. Before getting into details. Check out my other post on material design, Progress Indicators – Material Components For Android Sliders – Material Component For Android Material Menus – Material Component For Android […]

  • Implementing Navigation Drawer In Android [Step By Step]

    Implementing Navigation Drawer In Android [Step By Step]

    The navigation drawer is used to navigate many screens or functionalities of the app by clicking on the ‘hamburger’ icon. Swiping from the left is also a way to bring the drawer into view, a screen then slides in, showing many items. You can click on these said items and go to those screens to […]

  • 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 […]

  • Android Chips – Material Component For Android

    Android Chips – Material Component For Android

    Android Chips are one of the components of the Material Design library. A Material Chip is a component that can represent the input, filter, choice, or action of a user. A Material Chip represents a complex entity in a small block, such as a contact. It is a rounded button that consists of a label, an optional […]

  • Guide To Setup Material Bottom Sheets In Android With Example

    Guide To Setup Material Bottom Sheets In Android With Example

    Android Bottom Sheet is the Android Materiel Design Components that slide up from the bottom of the screen. Also, part of the material design components. Bottom sheets are displayed as a result of the user-triggered action, and also it can reveal additional content by swiping up. Already, I have explained some of the material components […]

  • Ultimate Guide To Material Cardview with Recyclerview In Android

    Ultimate Guide To Material Cardview with Recyclerview In Android

    Cardview Android is a new widget for Android, which can be used to display a card sort of layout in android. Cardview was introduced in Material Design in API level 21 (Android 5.0 i.e Lollipop). Since Cardview is part of material design. It’s such a view that has all material design properties, most importantly showing […]

  • Create your material sliders in android with simple steps

    Create your material sliders in android with simple steps

    Sliders are used to view and select a value or range from the given slider bar. They’re mainly used for adjusting settings such as volume and brightness, etc. Sliders can use icons on both ends of the bar to represent a numeric or relative scale. The range of values or the nature of the values, […]

  • ShapeableImageView – Material components for android [Example]

    ShapeableImageView – Material components for android [Example]

    Do you want to change the shape of your ImageView in android? If yes then it’s the right place to look into it. Material Design 1.2.0 introduced ShapeableImageView which draws the image with the provided Shape in your imageview. By using ShapeableImageView, you can change the shape of your image to a circle, diamond, etc. Also, you […]