A weather app for Android
- This android app determines the current temperature and weather of any city around the world.
- This app uses a weather API provided by openweathermap.org to get the weather data in JSON format.
- Goto api.openweathermap.org.
- Sign Up with your email to get the API key.
- After signing in, copy the API key and paste it in the "lastUrl" variable in the "MainActivity.java" file present in the project.
- DONE!