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. It's a project used for WooTech mentorship program.
Understanding Kotlin, Android Studio and basics of Android including activities, fragments, recyclerview, bottom navigation bar and adapters.
Creating fragments and activities i.e. UI required for application and learning viewmodels for MVVM architecture in android.
Learning retrofit to consume REST Api’s and consume few API’s of codeforces.
Learn navigation component in android to move between fragments and persisting state of fragments.
Implement navigation component in app
Improve UI and bug fixes and additional functionalities.