Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
developersamuelakram opened this issue Aug 27, 2020 · 1 comment

Comments

@developersamuelakram
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants