Skip to content

rahulyhg/sunshine-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunshine

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!

Official repo link: https://github.com/udacity/Sunshine-Version-2

This is the second version of the Sunshine code. The repository has been updated on:

  • October 18th, 2015 - Updated to support use of the openweathermap.org API key.
  • February 13th, 2015 - Major update
  • February 25, 2015 - Minor bug fixes
  • March 4th, 2015 - Minor bug fixes

Open Weather Map API Key is required.

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.

We recommend that each student 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">

For help migrating an existing repo (fork or clone prior to 10/18/15), please check out this guide.

======== For the original version, please go here.

A changelog for the course can be found here.

About

Sunshine app is the android project used by Udacity in it's course to teach the fundamentals of android development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%