Skip to content
Siddharth Gupta edited this page Dec 5, 2020 · 1 revision

Codeforces Mobile Android App

Mentor: Siddharth Gupta

Abstract/Summary

Codeforces Mobile Android application is an android app that uses REST Api’s provided by the codeforces website to view upcoming contests, your profile, your rating changes, etc. In this project we will be using all the advanced architecture components/jetpack components.

Background

Codeforces is a great website to learn and practice competitive programming but to view upcoming contests, your profile on the go is not possible since it does not has any official mobile application. So in this project we will be building an app to make such things happen using the api’s provided by codeforces and will add some additional functionalities like notification before a contest to make app more usable.

Team numbers

  • Min Mentees: 1
  • Max. Mentees: 4

Tech Stack

  1. Android Studio
  2. Kotlin
  3. Jetpack Components in Android

Pre-requisites

Kotlin

Clone this wiki locally