mirror of
https://github.com/ahmedeltaher/MVVM-Kotlin-Android-Architecture.git
synced 2026-03-13 08:03:40 +08:00
Update README file
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# [Model-View-ViewModel (ie MVVM)](https://github.com/ahmedeltaher/Android-MVVM-architecture)
|
||||
|
||||
|
||||
|
||||
[](https://android-arsenal.com/details/3/4975) [](https://kotlinlang.org/) [](https://kotlinlang.org/docs/reference/coroutines-overview.html) [](https://github.com/Kotlin/anko) [](https://mockk.io/) [](https://junit.org/junit5/) [](https://developer.android.com/training/testing/espresso/) [](https://google.github.io/dagger/) [](https://kotlinlang.org/docs/tutorials/android-plugin.html) [](https://github.com/googlesamples/android-architecture) 
|
||||
|
||||

|
||||
[](https://android-arsenal.com/details/3/4975) [](https://kotlinlang.org/) [](https://kotlinlang.org/docs/reference/coroutines-overview.html) [](https://mockk.io/) [](https://junit.org/junit5/) [](https://developer.android.com/training/testing/espresso/) [](https://google.github.io/dagger/) [](https://kotlinlang.org/docs/tutorials/android-plugin.html) [](https://github.com/googlesamples/android-architecture) 
|
||||
[](https://app.bitrise.io/app/b7eabce000fac983)
|
||||
|
||||
Model-View-ViewModel (ie MVVM) is a template of a client application architecture, proposed by John Gossman as an alternative to MVC and MVP patterns when using Data Binding technology. Its concept is to separate data presentation logic from business logic by moving it into particular class for a clear distinction.
|
||||
You can also check [**MVP**](https://github.com/ahmedeltaher/Android-MVP-Architecture)
|
||||
|
||||
Reference in New Issue
Block a user