#android-weather This is the companion Android app for the Udacity course Developing Android Apps: Android Fundamentals, in which students are instructed to rebuild the application, Sunshine (v2).
android-weather allows users to view the current ten-day forecast for their current location. This data is pulled from OpenWeatherMap, an open-source API for retrieving weather data across the world.
If you would, as a developer, like to use your own OpenWeatherMap API Key, please fill go to http://openweathermap.org/api to generate your own API key and fill this into the constant OWM_APIKEY in the TenDayForecastHandler.java class
Inspirational design of application: https://github.com/udacity/Sunshine-Version-2
OpenWeatherMap API: http://openweathermap.org/api
Determining last, most accurate location: http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html
Weather Icons + logo: https://github.com/udacity/Sunshine-Version-2
MIT License