A weather app for Android that shows interesting facts related to the day's temperature.
This app was a group project for the "INF-B-410: Introduction to Media Computer Science (EMI)" course at TU Dresden.
Group members: Adnan, Ibrahim, Jana, Jonas, and Talal.
minSdkVersion: 24 (Android 7.0)
-
Get a "current weather data" API key from OpenWeatherMap.
-
Open the
WeatherAPI.javafile and put your API key as the value for theAPI_KEYvariable (line 21). It should look like this:private static final String API_KEY = "your-openweathermap-api-key";
-
That's it. You can either:
- run the app in Android Studio in a virtual device. You will need to send the longitude and lattitude coordinates manually through the virtual device's extended controls window.
- build an apk file for the app and install it on an Android device. The app will get the location coordinates automatically through the device's GPS sensor.
