Android CollapsingToolbarLayout - Material Design Tutorial -2

In this tutorial, we will learn to create a collapsing toolbar layout that was introduced with Design Support library . Before starting anything, let's check for the new layouts that were introduced with design library :.

Read

Android Toolbar - Material Design Tutorial -1

Android Toolbar was introduced with Android Lollipop (API 21) .Toolbar can be used as a replacement for for android ActionBar. Toolbar was designed for Lollipop devices, but we can use it on Pre-Lollipop devices using google's AppCompat library. android.support.v7.widget.Toolbar class is used to implement ToolBar in this library.

Read

Git Tutorial 3 - Git with android studio

This post will show you how to use git with android studio.

Read

Git tutorial 2 ( Git Branching )

Learn on Git branching and how to checkout a branch, commit and push changes, use a hotfix branch to make additional changes, merge it with master and delete a branch.

Read

Git Tutorial - Part 1( Basics of Git )

Learn how to install git on windows and how to use it to link a repository on Github. Learn how to setup ssh key on github to use git and a few useful git commands.

Read