Our chat channel is on gitter here
A native Android app using Java for writing code.
username
with your GitHub username.
git clone https://github.com/username/CodeforcesApp.git
First time contributors can read CONTRIBUTION.md file for help regarding creating issues and sending pull requests.
Download the CodeforcesApp project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
Open Android Studio, you will see a Welcome to Android window. Under Quick Start, select Import Project (Eclipse ADT, Gradle, etc.)
Navigate to the directory where you saved the CodeforcesApp project, select the root folder of the project (the folder named "CodeforcesApp"), and hit OK. Android Studio should now begin building the project with Gradle.
Once this process is complete and Android Studio opens, check the Console for any build errors.
Once all build errors have been resolved, you should be all set to build the app and test it.
To Build the app, go to Build>Make Project (or alternatively press the Make Project icon in the toolbar).
If the app was built successfully, you can test it by running it on either a real device or an emulated one by going to Run>Run 'app' or pressing the Run icon in the toolbar.
Codeforces API Docs
This project Code of Conduct is under the Contributor Covenant, see the CODE_OF_CONDUCT.md for more details.
This project is licensed under the Apache License, see the LICENSE.md for more details.