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-08-01T01:30:53.129Z (3 months 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: 621
- Watchers: 17
- Forks: 98
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kotlin - ArchApp - Simple Android app to show how to design a multi-modules MVVM Android app (fully tested) (Samples)
- awesome-android-kotlin-apps - ArchApp - modules MVVM Android app (fully tested)</br></br> <b>Tech Stack</b> : Koin, Coroutines, Testing, Retrofit, Room, Data Binding, Navigation, LiveData, ViewModel </br></br> <i> Last commit: 4 years ago</i> | 🌟 617 </br> 🍴 100 </br> 👁️ 17 | (:art: Pattern / MVVM)
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