I want to set the title of my current activity to the title of image albums. I was setting the title using the Toolbar.setTitle() option. Though, I recently came across setTitle() which sets the activity name and also changes the title.
Is there any difference between using one of those or the other?
Thank you.