Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PhilippeBoisney/ArchApp

Simple Android app to show how to design a multi-modules MVVM Android app (fully tested)
https://github.com/PhilippeBoisney/ArchApp

architecture-components coroutines databinding databinding-android espresso kotlin multi-modules mvvm-android mvvm-architecture navigation-component room testing

Last synced: 8 days ago
JSON representation

Simple Android app to show how to design a multi-modules MVVM Android app (fully tested)

Awesome Lists containing this project

README

        

# 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



### Architecture Components
This application implements the following concepts :
- MVVM + Data binding
- Multi-modules
- Navigation Component
- ViewModel
- LiveData
- Coroutines
- Koin
- MockWebServer
- Mockk