ff55lab / android-kotlin-template-navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation Template

This app has the base navigation template to ease your initial development. By using BottomNavigationView and Navigation Graph, the app is able to navigate to different menu or to sub-screen through Fragment.

Other available examples:

  • Within Fragment, accessing the binding view (Button TextView) from the xml layout.

Example of menu structure

  • Menu Nested navigation graph Bold
    • Sub Screen Bold 1
    • Sub Screen Bold 2
    • Navigate Italic menu
    • Button Click to change binding field text name
  • Menu Italic
  • Menu Parking
  • Menu Title

Navigation Graph

Nested Navigation Graph

Navigation UI

Tools

  • Android Studio Chipmunk | 2021.2.1 Patch 2
  • Android SDK API Level 31 (Android 12.0)
  • JDK 11.0.15 (64-bit)

About

License:MIT License


Languages

Language:Kotlin 100.0%