Posted on Leave a comment

Kotlin +, Kotlin multiplatform

Kotlin Multiplatform Reaktive [ https://soundcloud.com/android_broadcast/android-broadcast-reaktive-na-kotlin-multiplatform ]
Kotlin multi-platform implementation of Reactive Extensions [https://github.com/badoo/Reaktive]

An awesome list that curates the best KMM libraries, tools and more.
[https://github.com/terrakok/kmm-awesome]
[https://github.com/AAkira/Kotlin-Multiplatform-Libraries]
KaMP Kit by Touchlab is a collection of code and tools designed to get your mobile team started quickly with Kotlin Multiplatform.
[https://github.com/touchlab/KaMPKit]
[https://github.com/touchlab/Stately]
[https://github.com/korlibs/klock]

Functional companion to Kotlin’s Standard Library [ https://arrow-kt.io/ ]

Kotlin backend? Yes it’s possible [https://proandroiddev.com/kotlin-backend-yes-its-possible-953388acffc3]

Connected Applications with Kotlin [https://ktor.io/]
[https://www.codeflow.site/ru/article/kotlin-ktor]

An Interface for Multiplatform Networking
[https://benasher.co/kotlin-multiplatform-networking]

detekt [ https://github.com/detekt/detekt ]
[https://habr.com/ru/company/citymobil/blog/565402/]
Полдюжины правил для статического анализатора Detekt
[https://habr.com/ru/post/669136/]

Kotlin Native. Multithreading without Coroutines
[https://medium.com/google-developer-experts/kotlin-native-multithreading-without-coroutines-56599ea33620]
Kotlin Native. Multithreading with Coroutines
[https://medium.com/google-developer-experts/kotlin-native-multithreading-with-coroutines-373663bf5a09]

Continue reading Kotlin +, Kotlin multiplatform
Posted on Leave a comment

About Kotlin

The Kotlin REPL [http://kotlin-quick-reference.com/025-R-kotlin-repl.html]
Kotlin command-line compiler [https://kotlinlang.org/docs/command-line.html]
ki: The Next Interactive Shell for Kotlin [https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/]

Kotlin Coroutines Design Proposal [https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md]

Public API challenges in Kotlin [https://jakewharton.com/public-api-challenges-in-kotlin/]

Demystifying the inline keyword (https://www.kotlindevelopment.com/inline-noinline-crossinline-reified/) [https://towardsdev.com/inline-noinline-crossinline-reified-in-kotlin-with-examples-f5dd063a0cd8]

Parcelable in Kotlin (https://proandroiddev.com/parcelable-in-kotlin-here-comes-parcelize-b998d5a5fcac)

Parcelize [https://blog.stylingandroid.com/parcelize/]

A study of the Parcelize feature from Kotlin Android Extensions [https://medium.com/@BladeCoder/a-study-of-the-parcelize-feature-from-kotlin-android-extensions-59a5adcd5909]

Kotlin: When to Use Lazy or Lateinit (https://www.bignerdranch.com/blog/kotlin-when-to-use-lazy-or-lateinit/)

Mocking Kotlin classes with Mockito — the fast way (https://engineering.21buttons.com/mocking-kotlin-classes-with-mockito-the-fast-way-631824edd5ba)

Lessons from my first multiplatform Kotlin project (https://blog.kotlin-academy.com/lessons-from-my-first-multiplatform-kotlin-project-d4e311f15874)
Continue reading About Kotlin

Posted on Leave a comment

Kotlin coroutines, actors

A first walk into Kotlin coroutines on Android

Kotlin coroutines on Android
[https://developer.android.com/kotlin/coroutines]

Kotlin flows on Android
[https://developer.android.com/kotlin/flow]

Coroutines
[https://kotlinlang.org/docs/coroutines-basics.html]

Android Coroutine Recipes [https://proandroiddev.com/android-coroutine-recipes-33467a4302e9]

Best practices for coroutines in Android
[https://developer.android.com/kotlin/coroutines/coroutines-best-practices]

Concurrent Programming in Kotlin: Coroutines

Simple asynchronous loading with Kotlin Coroutines ; https://hellsoft.se/simple-asynchronous-loading-with-kotlin-coroutines-f26408f97f46; + LifecycleObserver; + Kotlin Coroutine DSL
Continue reading Kotlin coroutines, actors