Material Design

Android

Material Design Tutorial 11: Bottom Navigation View

Previously to implement Bottom Navigation View in an android application, we need to use third party libraries. But with the release of the V25 of Design Support library, we can easily implement it with full backward support.

Read
Android

Android - Material Design Tutorial : 10 ( Password visibility toggle )

Recently , Android support library 24.2.0 is released and  "Password Visibility Toggle " is introduced. )'

Read
Android

Android - DayNight View Tutorial

Support Library 23.2 has introduced a new DayNight theme for Android Apps using which will automatically change the application theme to day or night mode based on the time of day and user's last known location. Also, this theme can be used back up to Android Ice Cream Sandwich devices.

Read
Android

Android - Material Design Tutorial -9 ( RecyclerView with grid )

This tutorial is on recyclerview with grid. We will learn how to create grid recyclerview with GridLayoutManager and we will load pictures from resource directory. We will also use the Palette API for styling.

Read
Android

Android - Material design tutorial -8 ( RecyclerView basics )

Recyclerview was introduced as a replacement of ListView widget. Like listview, recyclerview is also used to display large set of items inside application. But recyclerview is more advanced and efficient than listview.

Read
Android

Android - Material design tutorial -7 ( NavigationView )

In this tutorial, we will discuss about navigation view. Using Navigation View which was introduced with android design support library, we can create a navigation drawer easily that comply with the Navigation Drawer [Design Guideline](http://www.google.com/design/spec/patterns/navigation-drawer.html) .

Read
Android

Android - Material Design Tutorial -6 ( TabLayout part 2 )

This is the next part of our previous tutorial, we have learnt how to create a tab layout and linked it with a view pager containing fragments. We will learn different tab modes in this tutorial.

Read
Android

Android - Material Design Tutorial -5 ( TabLayout part 1 )

Android Design library has brought a number of important material design components to all android 2.1 and higher devices like navigation drawer,  snackbar, tab layout , floating labels,floating action button etc .

Read
Android

Android - Material design tutorial -4 ( floating label edit text )

Floating label for edit text was introduced with material design library.Initially it acts as hint inside the Edit Text. When user touches the edit text or start entering the text, it moves to the top of the Edit Text with an animation as a floating label.

Read
Android

Android - Material Design Tutorial -3 ( FAB AND SNACKBAR )

In this post, we will learn about Floating action button and snackbar. Floating action button is a button that floats on right or left side of a device. Snackbar is used to show one message to the user.

Read