https://github.com/nanamare/android_architecture
Simple Android architecture app
https://github.com/nanamare/android_architecture
android android-architecture android-architecture-components example mvc mvp mvvm sample
Last synced: 7 days ago
JSON representation
Simple Android architecture app
- Host: GitHub
- URL: https://github.com/nanamare/android_architecture
- Owner: Nanamare
- License: mit
- Created: 2019-12-25T13:54:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T12:02:27.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T01:13:48.815Z (28 days ago)
- Topics: android, android-architecture, android-architecture-components, example, mvc, mvp, mvvm, sample
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Android Architecture (Simple example)
Simple coin viewer

#### Chapter 1
Model-View-Controller#### Chapter 2
Model-View-Presenter
#### Chapter 3
Model-View-ViewModel (Databinding, RxJava)#### chapter 4
Model-View-ViewModel (Databinding, RxJava, AAC LiveData, ViewModel)#### chapter 5
Model-View-ViewModel (Databinding, RxJava, AAC LiveData, AAC ViewModel)#### chapter 6
Model-View-ViewModel (Databinding, RxJava, AAC LiveData, AAC ViewModel, KOIN)
#### chapter 7
Model-View-ViewModel (Databinding, RxJava, AAC LiveData, AAC ViewModel, DAGGER2) + scabbard(Optional)