Skip to content

Implementing Navigation component #81

Open
@lemarcque

Description

@lemarcque

I heard about the Navigation Component part of the Android Jetpack.
Is it worth to use it ? and if yes, how could we apply it with this architecture because it slightly change the way we navigate between screens.

Activity

Zhuinden

Zhuinden commented on Aug 13, 2019

@Zhuinden

It has some advantages and some disadvantages just like anything, really.

sachin09999

sachin09999 commented on Apr 3, 2025

@sachin09999

yes its worth of use and we can applly it by going through the documentation https://developer.android.com/develop/ui/compose/navigation

Zhuinden

Zhuinden commented on Apr 3, 2025

@Zhuinden

Navigation3 will deprecate all of it anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Implementing Navigation component · Issue #81 · android10/Android-CleanArchitecture-Kotlin