Navigate for result? #501
-
Is there a way to navigate for result? Something like this: ScreenA goTo ScreenB |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I figured the best way to forward this discussion was to take a stab at it. I'm sure there is something wrong with this approach, but how's this?
And then it would be used as follows:
What would be wrong with this approach? Is there a better way? |
Beta Was this translation helpful? Give feedback.
-
We've seen this come up several times, but every time it seems like it's just trying to replicate activity/fragment result APIs rather than seek something better. You should try using an Overlay or a composite presenter pattern, which we feel solves both of these much better. |
Beta Was this translation helpful? Give feedback.
We've seen this come up several times, but every time it seems like it's just trying to replicate activity/fragment result APIs rather than seek something better. You should try using an Overlay or a composite presenter pattern, which we feel solves both of these much better.