This app displays a list of recent/ongoing/future Competitive Coding Contest in the world for eg(Codeforces, Codechef, Topcoder etc). from the kontests.net .
More info on the kontests.net REST API available at: https://kontests.net/api
- Swipe Down to Refresh the Page and get new updated contest
- Android SDK v23
- Android Build Tools v23.0.2
- Android Support Repository v23.3.0
Clone this repository and import into Android Studio
git clone https://github.com/neelangshu007/CPList-App.git
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request