Allows the user to view the current weather by city.
MVVM(Model-View-ModelView) architectural pattern was used.
Retrofit and OkHttp fetch data from server as JSON data type.
Gson allows us to convert data from json to our object models
Allows the user to view the current weather by city.
MVVM(Model-View-ModelView) architectural pattern was used.