Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
Simple Android app to show how to design a multi-modules MVVM Android app (fully tested)
- Host: GitHub
- URL: https://github.com/philippeboisney/archapp
- Owner: PhilippeBoisney
- Created: 2019-03-13T10:11:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T17:06:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T13:12:16.399Z (14 days ago)
- Topics: architecture-components, coroutines, databinding, databinding-android, espresso, kotlin, multi-modules, mvvm-android, mvvm-architecture, navigation-component, room, testing
- Language: Kotlin
- Homepage:
- Size: 366 KB
- Stars: 624
- Watchers: 16
- Forks: 96
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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