Skip to content

Commit 9e10831

Browse files
authored
Update README.md
1 parent bcc59d2 commit 9e10831

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Screenshot
77

88
![Demo screenshot](screenshot/start_project.gif "gif demo")
99

10+
Clean Architecture
11+
-----------
1012

13+
![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/clean.jpg)
1114

12-
![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/final_architecture.png)
1315

1416

1517
# Release 2.0 (09/FEB/2020)
@@ -31,7 +33,10 @@ This release cover following feature :
3133
6) Koin
3234
7) Room DB
3335

34-
![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/clean.jpg)
36+
MVVM Architecture
37+
-----------
38+
39+
![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/final_architecture.png)
3540

3641
<b> LiveData </b>
3742
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.

0 commit comments

Comments
 (0)