Change Activity Action Bar from fragments

Updated 18 December 2016

Save

The fragment is one of the coolest android component. What makes it this cool is its lifecycle which is tightly coupled with the Activity containing it.

There are times when we are adding, replacing or removing fragment in/out from the activity. We need to reflect the changes in the activity also such as changing the activity’s/action bar title which is associated with each Fragment.

For Example:

There is an Activity called MainActivity which contain three fragment like.

Now, MainActivity has

Let say, on changing any fragment we what to change the activity’s / action bar title.

This can be done by implementing FragmentManager.OnBackStackChangedListener in the activity containing those fragments.

On overriding the onBackStackChanged method, we can easily change the title and other things as per our need.

 

That’s all from side.

Happy coding !!

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home