Currently it just displays the name of the application and I want it to display something custom and be different for each screen in my app.
For example: my home scr
Inside Activity.onCreate() callback or in the another place where you need to change title:
getSupportActionBar().setTitle("Whatever title");