Skip to content

An android app to see details of contests, profiles, and compare profiles of codeforces

Notifications You must be signed in to change notification settings

Div7195/CodeforcesExplorer

Repository files navigation

CodeforcesExplorer

An android app through which we can get details of contests, details of profiles, comparison of profiles etc.

Main features:

  • 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

Tech used

  • 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.

Cloning project

  • 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

About

An android app to see details of contests, profiles, and compare profiles of codeforces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages