Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 858 Bytes

VersusWeather (Mobile Communication and Computing Course Project)

An Android Mobile Application that fetches weather information from OpenWeather API given a location.

The application maintains an inbuilt list of over 200,000 cities around the world. While searching we use an adapter to filter out search results for the users.

Information provided by the application

  • Temperature (Celsius/Fahrenheit)
  • Sky condition
  • Wind Information
  • Latitude
  • Longitude

Features

  • Provides inbuilt search for locations along with suggestions.
  • Enables switching between Celsius / Fahrenheit.

Application Images

Application Images 1 Application Images 2

Shout out

Thanks to OpenWeather API for making this project possible!