Join Slack
Powered by
Hello could anyone help me with this question? <ht...
# compose-android
t
tamrakar
02/24/2026, 6:14 AM
Hello could anyone help me with this question?
https://github.com/android/nav3-recipes/issues/238
, TLDR; How can I use SharedViewModelStoreNavEntryDecorator(
https://github.com/android/nav3-recipes/blob/main/app/src/main/java/com/example/nav3recipes/sharedviewmodel/SharedViewModelActivity.kt
) with dynamic parent content keys from data class routes?
k
KamilH
02/24/2026, 6:57 AM
Since alpha03 there is a new way to dynamically add metadata
https://developer.android.com/jetpack/androidx/releases/navigation3#1.1.0-alpha03
t
tamrakar
02/24/2026, 7:42 AM
will look into this, thanks for the information
@KamilH
tamrakar
03/02/2026, 4:22 AM
@KamilH
thanks for this find, the metadata parameter can now accept a lambda which fulfills my needs
🎉 1
27
Views
Open in Slack
Previous
Next