Awesome
ArchApp
Simple Android app to show how to design a multi-modules MVVM Android app (fully tested).
You can find the related article on my Medium : https://medium.com/@Phil_Boisney/android-architecture-d7405db1361c
PREVIEW
<p align="center"> <img src ="https://cdn-images-1.medium.com/max/800/1*Sorl2k9CBRPKA_fQ5rauWA.png"/> </p>Architecture Components
This application implements the following concepts :
- MVVM + Data binding
- Multi-modules
- Navigation Component
- ViewModel
- LiveData
- Coroutines
- Koin
- MockWebServer
- Mockk