You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Press code button and
a) download the zip
b) copy the link
Open Android Studio.
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.
(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.
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.
The text was updated successfully, but these errors were encountered: