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: about 1 month ago
JSON representation

Simple weather app that uses RxJava, Koin, Retrofit, and okhttp based on the MVVM architecture.

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/)