Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webaddicted authored Feb 9, 2020
1 parent bcc59d2 commit 9e10831
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

<b> LiveData </b>
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.
Expand Down

0 comments on commit 9e10831

Please sign in to comment.