https://github.com/udacity/ud851-Sunshine
https://github.com/udacity/ud851-Sunshine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/udacity/ud851-Sunshine
- Owner: udacity
- License: apache-2.0
- Created: 2016-11-02T04:42:26.000Z (over 9 years ago)
- Default Branch: student
- Last Pushed: 2023-12-15T02:55:06.000Z (over 2 years ago)
- Last Synced: 2025-04-11T20:43:44.987Z (about 1 year ago)
- Language: Java
- Size: 1010 KB
- Stars: 1,991
- Watchers: 251
- Forks: 4,477
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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!