hi all, when navigating from A to B, what is the b...
# compose
b
hi all, when navigating from A to B, what is the best way to return data back from B to A when B finishes?
i
Have you looked at the Navigation APIs for returning a result? https://developer.android.com/guide/navigation/navigation-programmatic#returning_a_result
b
@Ian Lake thank you, it was super helpful