You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ A simple Counter App to demonstrate **MVVM** in android
8
8
9
9
**Latest Updatte**
10
10
11
-
=> 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.
11
+
=> 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.
12
+
12
13
=> Added **MeltDown** Functionality that survives activty lifecycle changes and orientation changes.
0 commit comments