udacity / ud851-Sunshine

Apache License 2.0
2k stars 4.51k forks source link

Do I have to run the project 12 separate times? because there are 12 exercises? #219

Open developersamuelakram opened 4 years ago

developersamuelakram commented 4 years ago

Do I have download each lesson and work on it? because each folder has a code of its own (or a project of its own) so how do I combine all of the code after I am done finishing exercises.

LaszloLajosT commented 3 years ago

Hi, @developersamuelakram and all the newcomers.

What I did is:

  1. Have a look at the projects here

  2. Press code button and a) download the zip b) copy the link

  3. Open Android Studio.

  4. a) If you downloaded the zip -> unzip to a folder and open each project in Android Studio -> Work on each project. b) If you copied the link from Github -> (In Android Studio) File -> New -> Project from Version control. -> Paste the link, choose a folder and press "Clone" button.

  5. (Optional) When you are done with your project, you can "commit" your code and "push" it back to Github into your repo. I recommend to learn how to use Git and Github for this action if you don't know already.