Sunshine is the companion Android app for the Udacity course Developing Android Apps: Android Fundamentals.
This is the second version of the Sunshine code. The repository has been updated on:
- October 18th, 2017 - Updated to support use of the openweathermap.org API key.
- September 10th, 2017 - Major update
- September 5, 2018 - Minor bug fixes
- September 8, 2018 - Minor bug fixes
In order for the Sunshine app to function properly as of October 18th, 2015 an API key for openweathermap.org must be included with the build.
[USER_HOME]/.gradle/gradle.properties
MyOpenWeatherMapApiKey="<UNIQUE_API_KEY">
======== For the original version, please go here.
A changelog for the course can be found here.