https://github.com/solangeug/ud851-sunshine
Android Developer Challenge from Udacity & Google
https://github.com/solangeug/ud851-sunshine
android android-developer-challenge android-sdk google udacity
Last synced: 30 days ago
JSON representation
Android Developer Challenge from Udacity & Google
- Host: GitHub
- URL: https://github.com/solangeug/ud851-sunshine
- Owner: SolangeUG
- License: apache-2.0
- Created: 2017-11-06T12:37:12.000Z (over 8 years ago)
- Default Branch: student
- Last Pushed: 2018-01-26T19:46:58.000Z (over 8 years ago)
- Last Synced: 2025-03-18T22:40:39.125Z (about 1 year ago)
- Topics: android, android-developer-challenge, android-sdk, google, udacity
- Language: Java
- Homepage:
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sunshine!
This is the repository for the weather app that students build during the [Developing Android Apps](https://www.udacity.com/course/new-android-fundamentals--ud851) course at Udacity.
To use this repository, fork/clone it, or download a zip using the green "Clone or download" button at the top of the file list. Each coding exercise in the course has starter code in a folder labeled like `S01.01-Exercise-CreateLayout`, and corresponding solution code labeled like `S01.01-Solution-CreateLayout`. The intended workflow is for you to open the starter code for each exercise in Android Studio, and complete each of the tasks labeled `TODO`. You can easily find all such tasks using the TODO pane at the bottom left of Android Studio.
When you're done, or if you run into any problems, you can open up the solution code in another Android Studio window, and compare our solution to what you've written!
# Contributing
Because of the way this repository is constructed, pull requests don't really work. Issues, however, are gratefully accepted!