This is the complementary repository to the series of articles on my website.
branch: no-architecture
article: android architecture: Part 1: introduction
branch: mvc
article: android architecture: Part 2: MVC
branch: mvp
article: android architecture: Part 3: MVP
branch: mvvm-rxjava
article: android architecture: Part 4: MVVM with RxJava
branch: mvvm-livedata
article: android architecture: Part 5: MVVM with LiveData
branch: mvvm-liveData&viewModel
article: android architecture: Part 6: MVVM with LiveData and ViewModel
branch: mvvm-liveData&viewModel-revised
article: android architecture: Part 7: ViewModel with LiveData and RxJava
branch: compose-mvvm-coroutine
branch: mvp-easymvp
article: Easy MVP library for android