Hi guys i use single activity want to ask how to p...
# android
o
Hi guys i use single activity want to ask how to pass data from parent fragment to child fragment, the child fragment attached to parent fragment by tab layout got any reference without creating interface
😶 2
s
Usually data is shared using Interfaces , if you don't want to use interfaces , look into ViewModels
f
Have the ViewModel scoped to the parent fragment
o
okay thanks for the advice i'll look into it
👍 1