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: about 1 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T08:45:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T12:49:23.720Z (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: 1
- 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/)