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 :.
ReadAndroid 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.
ReadThis post will show you how to use git with android studio.
ReadLearn 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.
ReadLearn 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