Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Sharma authored and Deepak Sharma committed Feb 9, 2020
2 parents a138d8d + df4499a commit e578333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Kotlin android application example with MVVM pattern, android architecture components, and kotlin coroutine.


![graph](https://raw.githubusercontent.com/miquelbeltran/android-architecture-sample/master/project.dot.png)
![graph](https://github.com/webaddicted/CleanArchitecture/blob/master/screenshot/final_architecture.png)


# Release 2.0 (09/FEB/2020)
Expand All @@ -25,6 +25,7 @@ This release cover following feature :
6) Koin
7) Room DB

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

<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 e578333

Please sign in to comment.