good day, i want to asking about navigation
i have Single activity with 2 fragment, aFrag and bFrag,
bFrag has 2 child fragment, cFrag and dFrag.
what i need to know is, how can bFrag send data to his child cFrag?
thanks
a
Ari Dwi Prayogo
04/02/2020, 6:13 AM
Are you using viewmodel??
a
adeyds
04/02/2020, 6:14 AM
not yet, is that a solution? how?
a
Ari Dwi Prayogo
04/02/2020, 6:18 AM
Just pass this data using argument bundle, it should be work