• Stars
    star
    1
  • Language
    Kotlin
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This App illustrates data binding with view model. I interact directly with views in my xml file from my view model by passing livedata into these views. The live data is then observed in my fragment and I update my view accordingly.