Monday 1 February 2016

How to create Application using Material Design?

Here I will discuss what are the Views and Layouts which are used in Material Design

If you are new to Material Design. you can check Material Design by Google. Following are the some of the Views and Layout which are used to create Material Design.

  1. CoordinatorLayout 
  2. Floating action button
  3. NavigationView
  4. Snackbar
  5. CollapsingToolbarLayout
These are all Views and  Layouts which can be used to integrate Material Design in your Application.To ingrate all these views you need to include only one Library which is Android Design Support Library.You can include this library in your app using following statement in your build.gradle file in android studio.

compile 'com.android.support:design:22.2.0'
I will explain further about these Views and Layouts in next tutorials. 
For any query Email me : nitin_sharma639@yahoo.com