Mobile application for checking weather created in order to learn Java-Android
- Android
- Java
- SQLite
Application allows you to check current weather in your location or in specified city. You can check 5 day / 3 hours forecast too.
App uses weather data provided in OpenWeather API https://openweathermap.org/api. There is also a SQLite database containing data about cities all around the world.
The project was created for learning some Android development.