Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Adam Duffield
Adam Duffield
30,494 Points

How to Inflate a BottomNavigationView in Android?

I'm trying to Inflate a BottomNavigationView programmatically into every activity that will use that menu rather then adding it into XML multiple times. Anyone got any experience dealing with this?

My next issue is how to handle swapping activities when a BottomNavigationView Item is clicked, If I send to a completely new activity the menu bar will reset to the first item. I need the nav to look like the menu bar isn't being reloaded on every click.

Hope that makes sense!

Many thanks, Adam