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