Retrofit & OpenWeather API
Retrofit by Square Defines itself as
A type-safe HTTP client for Android and Java
Basically, what it does is parse JSON responses from a web API . What we need to do is to create POJO(Plain Old Javascript Object) to receive all the…