I want to display a back button in the left corner of the action bar and I do not completely know where to make the change in the activity.java to make it visible and functional.
@Override
protected void onCreate(Bundle savedInstancesState){
super.onCreate(savedInstancesState);
setContentView(R.layout.activity_news);
ActionBar actionBar = getSupportActionBar();
actionBar.setIcon(R.mipmap.ic_launcher);
This is what I want to display. View Image