An android app for codeforces users.
This app can be used to fetch the User-Information, Rating-Changes, Problems-Solved and Contest-Details of any user on CodeForces (a Competitive Programming website).
You can use this app to :
- View upcoming contest list
- View previous contest list
- Analyze single user profile
- Language chart, tags list, unsolved list and other charts are available
- You can compare two users using their handle
- From contest list you can directly go to contest page
- Recycler Views
- MVVM
- Retrofit Library
- Codeforces API
- MPChart Library
- Open android studio, and select File->New->import from version control(github).
- Paste the git repository url in android studio.
- Wait for all the files to get synced.
- Your app is ready to run in android studio.