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.
- Temperature (Celsius/Fahrenheit)
- Sky condition
- Wind Information
- Latitude
- Longitude
- Provides inbuilt search for locations along with suggestions.
- Enables switching between Celsius / Fahrenheit.
Thanks to OpenWeather API for making this project possible!