The code is completely clean and well organized, so can you can understand and start contributing in no-time. (Special credits to Myself 😛)
Here are the instructions to set up the Developer Environment for the Contribution
Note: This is only needed if you want to contribute to the project.
If you want to contribute to the project you will have to create your own copy of the project on GitHub. You can do this by clicking the Fork button that can be found on the top right corner of the landing page of the repository.
Note: For this, you need to install git on your machine. You can download the git tool from here.
- If you have forked the project, run the following command -
git clone https://github.com/YOUR_GITHUB_USER_NAME/Privacy-Indicator-App
where YOUR_GITHUB_USER_NAME
is your GitHub handle.
- If you haven't forked the project, run the following command -
git clone https://github.com/NitishGadangi/Privacy-Indicator-App
If you have cloned the project its time to open it. The recommended IDE for the project is Android Studio. You can download the latest version of Android studio here.
Follow the steps below to open the project in Android Studio
- Open Android Studio.
- Click on
Open an existing Android Studio Project
.
- Browse to the directory where you cloned the project.
- Select the
Privacy-Indicator-App
directory and click open. - Android Studio will download the libraries required to run the project and open it in a new window.