Let's Mesh professional match-making site for Mentors & Educators within various career disciplines to be matched with mentees in search of mentorship.
Use the link Android Studio to install Android Studio. Click on the green button that says "Download Android Studio Electric Eel"
Navigate to the Android Studio download page and follow the instructions to download and install Android Studio. Accept the default configurations for all steps, and ensure that all components are selected for installation. After the install is complete, the setup wizard downloads and installs additional components, including the Android SDK. Be patient, because this process might take some time, depending on your internet speed. When the installation completes, Android Studio starts, and you are ready to create your first project.
Once installed
- Click on "New Project."
- Click on "No Activity."
- Rename your application to your preference, preferably something related to the project.
- Change the language to "Java." Click "Finish." Wait for your android studio to load. Look at the bottom right corner (image) and wait for it to finish loading. Image
The bottom left side should display "Gradle Sync Finished" (image). Then move onto the next step. Image
Follow the instructions on this link How to Clone Android Project from GitHub in Android Studio? but for the project, follow steps below.
- Click on this Project Link.
- Click on the green <>Code button.
- Copy the Link.
- Go back to Android Studio and paste the link as the URL.
- Click "Clone"
- Click on "Trust Project"
- Once you have finished the steps, you may begin coding/designing.
You could also change this to view your files easier.
image
Note: You can download github through Android Studio
You can add a branch through the github website or through Android Studio. You need to do this once.
- Github Website
- Make sure you are on the project
- Click on image to display, find, or create branches. image
- You may begin pulling/pushing your repositories
- Android Studio
- Click on Git at the top tool bar image
- Click on "New Branch..."
- Enter a Branch name, preferably your name.
Once you have cloned your repository, you are able to now pull from the main branch to your device. In order to that,
- Click on Git at the top tool bar image.
- Click on "Pull..." to pull it from the main branch.
- Select which branch you are pulling to. image
To push to github
- Make sure all files are saved (ctrl + s)
- Click on Git at the top tool bar image
- Click on "Commit"
- Add a comment of what you changed/ added.
- Click on "Commit"
- Click on Git at the top tool bar image
- Click on "Push..."
- Select your branch image
Pull and Cloning requests are welcome. For major changes, please open an issue first to discuss what you would like to change.