Sometimes we need to incorporate weather API to existing application. Yahoo weather API is one of the mostly used weather api. The main features of Yahoo weather API are:
- Temperature in (Centigrade/Fahrenheit),
- Wind speed,
- Humidity
- Forcasting
- There are another interesting feature which is , you can find a transparent icon based on weather condition. etc.
- Create a sample layout to show weather condition [Temperature, Humidity, Wind speed]
- Call yahoo weather api using RETROFIT.
- Create a complete model (POJO class) to fetch/hold the API response.