Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 919 Bytes

File metadata and controls

37 lines (16 loc) · 919 Bytes

Weather App

This android app shows the current weather and forecast of various cities using the Weather API.

New Project (1)

Features

  • City Selection
  • Current Weather
  • 5 Days Weather Forecast
  • Easy Readable UI

Documentation

Application uses OpenWeather to get the current and forecast weather data

  • Current Weather API Link

  • 5 Day Weather Forecast API Link

  • Load the Weather Icons Link

Appendix

To make API calls, OkHttp is used, and JSON formatted data is parsed.

Using the Picasso library, the images are loaded into the program during operation.