Android Weather App(Jayway)

Allows the user to view the current weather by city.
MVVM(Model-View-ModelView) architectural pattern was used.

Externally Used Library

OpenWeather returns the current weather data by city id, and private key sent.
Retrofit and OkHttp fetch data from server as JSON data type.
Gson allows us to convert data from json to our object models

Screen Gif

alt text