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: 8 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T17:06:57.000Z (over 4 years ago)
- Last Synced: 2024-10-27T06:39:16.489Z (10 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: 623
- Watchers: 17
- Forks: 97
- 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