Tag: Scaffolds

Bottom Navigation Bar with nested Scaffolds

On the Android developer documentation there is a guide on how to integrate the bottom navigation bar into your app, which uses a top level Scaffold and a NavHost as its content. The problem The issue I encountered with this setup is the fact that it’s hard to ne...