Блог пользователя yevhenii_kanivets

Автор yevhenii_kanivets, история, 4 года назад, По-английски

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.

  • Проголосовать: нравится
  • +21
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
4 года назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится

BTW: Don't forget to participate in crowdfunding-campaign ;) It's a rare possibility.