You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: