Sunshine is the companion Android app for the Udacity course Developing Android Apps: Android Fundamentals.
Take the course to find out how to build this app a step at a time, and eventually create your own Android App!
An API key for openweathermap.org must be included with the build.
Obtain a key via the following instructions, and include the unique key for the build by adding the following line to [USER_HOME]/.gradle/gradle.properties
MyOpenWeatherMapApiKey="<UNIQUE_API_KEY">