Android sample app to learn about passing data between fragments using the new FragmentResultOwner APIs. It mainly showcases:
- Passing data between 2 distinct Fragments.
- Passing data between a child fragment and its parent.
- Testing that data is correctly passed between fragments using FragmentScenario.
This sample was used in this article.