Search code examples
androidandroid-layoutandroid-appbarlayout

How to make a bottom App Bar for the whole app on Android?


I have implemented successfully a bottom app bar on my MainActivity. However, I wish it to be used on the whole app as well. Is there a clean code solution that uses that bar on other activities as well?

thanks in advance!


Solution

  • I'll suggest you to use Fragments in your app if you want a single BottomAppBar.

    This article seems to be a good introdutction: https://proandroiddev.com/fragments-swapping-with-bottom-bar-ffbd265bd742