Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 218 Bytes

File metadata and controls

3 lines (3 loc) · 218 Bytes
  • A view observes only one observable, e.g. LiveData with the view-model
  • A view-model can observe multiple sources (i.e. LiveData, LocationProvider, use-cases, etc)
  • All view interactions are calls to the view-model