Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramzijabali/weather-app-android-rx
Simple weather app that uses RxJava, Koin, Retrofit, and okhttp based on the MVVM architecture.
https://github.com/ramzijabali/weather-app-android-rx
android dependency-injection koin koin-kotlin mvvm mvvm-architecture retrofit2 rxjava2 rxjava2-retrofit2
Last synced: 2 days ago
JSON representation
Simple weather app that uses RxJava, Koin, Retrofit, and okhttp based on the MVVM architecture.
- Host: GitHub
- URL: https://github.com/ramzijabali/weather-app-android-rx
- Owner: RamziJabali
- Created: 2021-07-16T21:18:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T08:45:43.000Z (over 3 years ago)
- Last Synced: 2023-08-01T22:48:45.880Z (over 1 year ago)
- Topics: android, dependency-injection, koin, koin-kotlin, mvvm, mvvm-architecture, retrofit2, rxjava2, rxjava2-retrofit2
- Language: Kotlin
- Homepage:
- Size: 624 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather App Android
## Architecture
- MVVM## Libraries
- [RxJava](https://github.com/ReactiveX/RxJava)
- [Koin](https://insert-koin.io/)
- [Retrofit](https://square.github.io/retrofit/)
- [OkHttp](https://square.github.io/okhttp/)
- [Gson](https://github.com/google/gson)
- [MockK](https://mockk.io/)