Bottom Navigation with Fragments with Kotlin
Victor Wooding
#Android Studio #Kotlin #Tutorial
In this Android Studio tutorial I am going to show you how to implement bottom navigation bar and use fragments. To follow along you will need to download the asset files pasted in the following link. You are free to use any background or icons that you desire.
Bottom navigation bars are becoming a new trend in Android Apps. They can display three to five destinations at the bottom of the screen. These destinations can be represented by an icon and some optional text. However, when more than three destinations are used the text is no longer available unless the icon is selected. When an icon is tapped the user is taken to the screen or destination associated with that icon. One handed operation on a phone or tablet can be facilitated if navigational icons are placed at the bottom of the screen.
[Links]
Website https://kodechamp.com
Github https://github.com/skooltch84/bottomNavigationWithFragmentsKotlin
Asset Files https://kodechamp.com/wp-content/uploads/2018/07/assets.zip
Twitter https://twitter.com/skooltch84
Material Icons https://material.io/tools/icons/?style=baseline ... https://www.youtube.com/watch?v=5EZZroOg4eU
83531943 Bytes