Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 320 Bytes

File metadata and controls

10 lines (5 loc) · 320 Bytes

viewModel-passing-data-between-Fragmments

Passing/Sharing data between fragments using ViewModel.

This simple example demostrate creating a viewmodel and sharing data between fragment A and Fragment B using viewmodel.

Data is passed between the fragments and set to edit text.

App also uses view binding concept.