From 9e10831e8bcb42cdb0e63c15cede143e6483d22c Mon Sep 17 00:00:00 2001 From: Deepak Sharma <38448422+webaddicted@users.noreply.github.com> Date: Sun, 9 Feb 2020 18:33:01 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cd7fff..3e8e95e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ Screenshot ![Demo screenshot](screenshot/start_project.gif "gif demo") +Clean Architecture +----------- +![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/clean.jpg) -![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/final_architecture.png) # Release 2.0 (09/FEB/2020) @@ -31,7 +33,10 @@ This release cover following feature : 6) Koin 7) Room DB -![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/clean.jpg) +MVVM Architecture +----------- + +![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/final_architecture.png) LiveData is basically a data holder and it is used to observe the changes of a particular view and then update the corresponding change. What is the difference between livedata and mutablelivedata? -> LiveData is immutable while MutableLiveData is mutable.