Simple weather application which informs current weather in the queried cities.
This application uses MVVM pattern which also utilizes the following libraries
- Dagger 2 : Dependency Injection Library
- Retrofit 2 : Network Call Library
- Coroutine : For Process Parallelization Purpose
- Androidx : Latest Android library to build Android App