A simple Counter App to demonstrate MVVM in android
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.