Hi guys, in case of compose navigation, let's say ...
# compose
y
Hi guys, in case of compose navigation, let's say we have a screen that has around 15 events for navigation, would it be better to pass the
nav controller
or we should stick to passing lambdas?
i
This idea of a UI logic state holder is discussed in the docs: https://developer.android.com/topic/architecture/ui-layer/stateholders#ui-logic
y
Thank you