An android app through which we can get details of contests, details of profiles, comparison of profiles etc.
- See list of upcoming contests, live contests, past contests
- See detailed information of a profile by searching it.
- See detailed comparison of profiles, with bar charts and graph
- Get to contest page on codeforces through contest list item
- Java as main language and XML for layouts
- Custom adapters
- Volley library(for GET requests)
- MpAndroidChart(for line charts and bar charts)
- Android studio
- Codeforces API for fetching all kinds of details related to profiles, contests, submissions etc.
- Clone the repository
- Generate an api key and secret key on codeforces website
- Set the value of api keys and secret in following files to your generated keys: ContestListActivity, ProfileActivity.
- Run the app