Hi Devs, in this article i am going to show you how you can design bottom navigation bar in jetpack compose using navigation component(nav controller and nav host).
Step 1: Set Up a Compose Project
Firstly, create an empty Android Studio project. Ope...