When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

yevhenii_kanivets's blog

By yevhenii_kanivets, history, 6 years ago, In English

Today is the special day — 1 year passed since first "Hello, World!" C++ application of my padawan BOGDAN_. This year he accomplished a lot and I'm really happy to present you his first Android application — Codeforces Watcher.

Of course, this is just a simple study project, but I really think it can be useful for somebody from Codeforces comunity (at least for me).

So this is a simple application to easily track latest activity and rating changes of Codeforces users from your Android device.

Thanks to Codeforces API you can: 1. Add any Codeforces user by its handle. 2. Get general information about user. 3. Get rating changes of user since its registration. 4. Use batch requests to effectively update information about thousands of users.

Codeforces Watcher can be useful to coaches, tutors and teachers to keep track on how often and how successfully their students participate in Codeforces Rounds. Also it can be used by usual Codeforces users just for fun

This is an open-source project hosted on GitHub — http://bit.ly/gh_cw, so you can fork it or contribute to it directly. Here is Google Play link — https://play.google.com/store/apps/details?id=com.bogdan.codeforceswatcher.

Some features that are going to be implemented in closest future: 1. Periodical updates in background with notifications when someones rating has changed. 2. Display of all rating changes in profile page. 3. Sorts user list by rating, last rating update, etc.

Any feedback and feature requests are welcome

  • Vote: I like it
  • +33
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it +3 Vote: I do not like it

It is interesting and funny app :D, but when i add purple handle, Your app close imidiatly, and then,when i try to open app, it is close again.I think idea with notifications good, but it will some problems, when it will notificate about 10-20 users at the moment.

  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I think we've fixed this in latest version. We are going to add some sorting of users by their updates, so you will see most active users first.

    • »
      »
      »
      6 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Yes, now it is not close, but color of purple handle is grey :). And it is good, that button "+" begin hide. Thanks for bugs fixes.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by yevhenii_kanivets (previous revision, new revision, compare).