Hey guys I’ve developed a library for those who ar...
# android
p
Hey guys I’ve developed a library for those who are using JetPack’s Navigation component. Basically it’s
startActivityForResult
but for Fragments. No more shared ViewModel boilerplate just for sharing data between two Fragments! https://github.com/PHELAT/NavigationResult
👍 4
g
don't they have a flow viewmodel out of the box now, or whatever that shared component is called?
f
@ghedeon Yes, viewmodel can be scoped to a navigation graph.
👍 2