Codeforces WatchR 1.4.5: Minor improvements + KMP teaser

Revision en3, by yevhenii_kanivets, 2020-03-05 16:51:35

From now you can see avatars of all watched users right in Users tab. This is the result of one of the first PRs we got from the community — https://github.com/xorum-io/codeforces_watcher/pull/91.

You can download a new version from Google Play. iOS version is available on App Store.

There are no other UI/UX changes in this version, but we've fixed a few bugs and crashes. So app is even more stable from this moment. BTW, if you ever experience any issues in iOS / Android apps, don't hesitate to write in comments or create issues directly in our GitHub page.

Kotlin Multiplatform

You've probably noted that Android app is quite different from iOS one. This is a one of the biggest pains of all mobile developers: writing apps twice. We've decided to conquer this problem with a radical solution: KMP.

This solution allows to share business-logic, network and database layers and pretty much everything besides UI in a form of Kotlin library, compiled to aar for Android and to framework for iOS. You can see our progress in this branch.

Tags #codeforces, #api, #android, #cw

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English yevhenii_kanivets 2020-03-05 16:51:35 28
en2 English yevhenii_kanivets 2020-03-05 16:50:41 87 (published)
en1 English yevhenii_kanivets 2020-03-05 16:50:04 1463 Initial revision (saved to drafts)