Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 454 Bytes

File metadata and controls

19 lines (7 loc) · 454 Bytes

Counter-App-Simple-MVVM-Example

A simple Counter App to demonstrate MVVM in android

Model-View-ViewModel

Latest Updatte

=> Added ROOM Persistence Library. The app can now store the last known count value on to the persistent storage and can restore the value on reopening.

=> Added MeltDown Functionality that survives activty lifecycle changes and orientation changes.

screenshot