Swipe views provide lateral navigation between sibling screens such as tabs with a horizontal finger gesture (a pattern sometimes known as horizontal paging). This lesson teaches you how to create a tab layout with swipe views...
Tag - toolbar
CardView is another major element introduced in Material Design. Using CardView you can represent the information in a card manner with a drop shadow (elevation) and corner radius which looks consistent across the platform...
Now we need to add some action buttons in Toolbar, Let’s open menu_main.xml located under res ⇒ menu and add the search menu item as mentioned below. <menu xmlns:android="" xmlns:app="" xmlns:tools="" ...
In this tutorial we are going to learn the basic steps of Material Design development Customize the Material Color Material Design provides set of properties to customize the Material Design Color theme. But we use five primary...