Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.49 KB

File metadata and controls

36 lines (26 loc) · 1.49 KB

SimpleWeatherApp-Java-AndroidStudio

A simple weather app I made by myself using the OpenWeatherMap API to get a 5 day weather forecast and the Nominatim API to geocode locations 🌤️☂️ ⛈️
Note: The second contributor was an error as I used the wrong account when pushing.
My Email: sammymedawar2002@gmail.com

Features:
Get weather information for the day
Get weather information for the next 5 days
Search for a location and get weather data about it
Saved that location to favorite locations if the user wants to easily return to it later
Delete any favorite locations if needed

Built Using:
Android Studio
Java
OpenWeatherMap API (for the 5 day weather forecasts)
Nominatim API (for geocoding)

Screenshots:
Upon opening the app
2

Upons searching for a city

3

Previous but continued

4

Manage Favorite Locations

5

Upon pressing Manage Favorite Locations and long pressing over one location
7