Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activity -> Fragment deeplinking #175

Open
dmitriy1morozov opened this issue Jun 29, 2022 · 0 comments
Open

Activity -> Fragment deeplinking #175

dmitriy1morozov opened this issue Jun 29, 2022 · 0 comments

Comments

@dmitriy1morozov
Copy link

Is it possible to create a deeplink or chain with activity->fragment?
I know that it is easy to implement deeplinking with Cicerone in Single Activity, however if I have 2 activities that may be an issue.

E.g. Activity1 calls a deeplink to navigate to Activity2 and open a Fragment2 in Activity2 as a root screen. How to better achieve this?

Probably it would be a good idea to make Screen class parcelable/serializable, then it will be possible to pass Screens to new Activity via Intent extras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant