Skip to content

ehwnsghl2/MVVMArchitectureSample

Repository files navigation

MVVM-Architecture

Android MVVM pattern using Kotlin, RxKotlin, Koin, LiveData with the Android databinding

MVVM is an architectural pattern that was created to simplify user interface programming. Google appears to be encouraging the use of MVVM for data binding. In fact, the Architecture Components of its Data Binding Library are modeled on the MVVM pattern.

The data used the github repos API as a sample.