Implementing Android MVP-Clean Architecture for a simple Weather Application.
| Info | References |
|---|---|
| Design Architecture | https://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/ |
| API | https://openweathermap.org/api/uvi |
| Networking | https://square.github.io/retrofit/ |
| Persistence Library | https://developer.android.com/training/data-storage/room/ |
