Skip to content

Files

Latest commit

3191f34 · May 5, 2020

History

History

FragmentResultSample

Passing data between Fragments

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.