Skip to content

How modify navigation & graph ? #1

@CMingTseng

Description

@CMingTseng

Dear Sir

Thank you for your article and code

https://medium.com/@artemsi93/navigation-for-nested-child-fragment-9da4318377ba

https://github.com/Artemake/android-nested-navigation/tree/main/app/src/main/res/navigation

Because the next generation is developed using compose

Use the route method in the nav part

The traditional xml description of graph using navigation

In fact, there will be bugs!!

fragment's android:name in XML

For example (android:name="com.learningwithmanos.nested_navigation_example.InitialFragment")

Because it is an XML string

Therefore, after changing/moving the packagename, it will not change together.

I'm looking for a way to make the graph of navigation all by code

I don’t know what you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions