with the help of these Android Docs.I am trying to do a action bar Back button.I get an Action Bar Back Button like these below image:
You have just to add the following line to the activity in the manifest.xml. The parent activity is the activity to which you want to go back.
android:parentActivityName=".activities.MainActivity"