About 3,960 results
Open links in new tab
  1. GitHub - Kdsaid/NavigationXmlDSL

    This comprehensive guide explores the process of constructing a navigation graph programmatically for Android using the Kotlin DSL (Domain-Specific Language). It provides a deep dive into the fundamentals of the Navigation DSL and demonstrates practical implementation steps.

  2. Navigation Graph in Android - GitHub

    This is a sample app written in Kotlin which showcases example use cases of the Navigation Component included in the Android Jetpack. Key Components: Simple navigation (Fragment to Fragment/Activity)

  3. navigation-graph · GitHub Topics · GitHub

    Apr 21, 2024 · Android app made using Kotlin, RxJava2, MVP, Dagger 2.24, Retrofit and Navigation Graph

  4. Navigation with Compose | Jetpack Compose - Android Developers

    Apr 23, 2025 · To learn about a more advanced Compose navigation implementation in a modularized app, including concepts like nested graphs and bottom navigation bar integration, take a look at the Now in Android app on GitHub.

  5. How to use Navigation Graph | Android Studio| Kotlin

    Aug 22, 2023 · Navigation Graph. The navigation occurs between the app destiny’s, those destiny’s, are connected by actions. A Navigation Graph it’s a file that contains all your destiny’s and actions.

  6. Navigation | App architecture - Android Developers

    Apr 23, 2025 · Navigation refers to the interactions that let users navigate across, into, and back out from the different pieces of content within your app. Android Jetpack's Navigation component includes the Navigation library, Safe Args Gradle plug-in, and tooling to …

  7. Navigation graph with multiple top level destinations

    Dec 9, 2018 · I made simple example for this issue. https://github.com/isaul32/android-sunflower. Create set of top level destinations at first. R.id.plant_list_fragment)

  8. android-navigation · GitHub Topics · GitHub

    Mar 16, 2025 · Tutorials about Navigation Components to learn using nav graphs, adding top menus, passing arguments via safe args, combining with different Material Design widgets such as BottomNavigationView, Toolbar, ViewPager2, TabLayout and dynamic feature module navigation with DynamicNavHostFragment and examining Memory Leaks.

  9. Jetpack Navigation Component in Android - GeeksforGeeks

    Mar 7, 2025 · In this NavHostFragment, this navigation graph specifies all of the destinations to which the user can navigate. When you run the app after these steps, the FirstFragment should be loaded automatically, and clicking the button should open the SecondFragment.

  10. Implementing Navigation in Your Android App with Android Navigation ...

    Jun 30, 2023 · Android Navigation Component is a powerful library provided by the Android Jetpack, which simplifies the implementation of navigation in your Android app. In this tutorial, we will...

  11. Some results have been removed
Refresh