InGoogle Developer ExpertsbyAnna ZharkovaKotlin Native. Multithreading without CoroutinesIn previous story we discussed how to use Coroutines for simple multithreading in Kotlin Native. This time we will talk about using native…Sep 24, 2021Sep 24, 2021
InMobile App Development PublicationbyElye - A One Eye Dev By His GraceKotlin Flow Buffer is like A Fashion AdoptionVisualize Kotlin Flow’s s Buffer, Conflate and CollectLatest EasilyJan 24, 20212Jan 24, 20212
InMobile App Development PublicationbyElye - A One Eye Dev By His GraceKotlin Flow a much better version of Sequence?Do we still need Sequence, after we have Flow?Jan 22, 20211Jan 22, 20211
Inxorum.iobyYev KanivetsMigration from Room to SQLDelightKotlin Multiplatform is one of the most interesting trends in mobile development this year. It's dedicated to sharing the code between…Mar 23, 20205Mar 23, 20205
InGoogle Developer ExpertsbyAmanda HinchmanCrash course on the Kotlin compiler | 1. Frontend: Parsing phaseLexers, parsers, PSI, AST v. CST, and other fundamental concepts to help understand writing IDE/compiler pluginsMar 28, 20222Mar 28, 20222
InProAndroidDevbyAmanda HinchmanTaking Advantage of Kotlin Data Classes in AndroidKotlin data classes and working with them in Mockito testing ლ(ಠ_ಠლ)Aug 1, 20191Aug 1, 20191
InTDS ArchivebyAmanda HinchmanExploring Neural Networking with Kotlin Metaprogramming: a Cheaper Alternative for Deep Learning?A case study improving upon the traditional machine learning model using abstract compositional contractsJun 18, 20191Jun 18, 20191
InHackerNoon.combyKevin GalliganKotlin Xcode PluginFor native mobile developers using Kotlin Multiplatform, the iOS dev experience will be critical. Over the next several months at least…Apr 24, 20192Apr 24, 20192
InProAndroidDevbyDenis BrandiFunctional Data MappersA while ago I wrote a post about the Repository Pattern in which, among the other concepts, I explained the importance of model separation…Apr 18, 20208Apr 18, 20208
InProAndroidDevbyDenis BrandiThe “Real” Repository Pattern in AndroidOver the years I’ve seen many implementations of the repository pattern, yet I think most of them are wrong and not beneficial.Sep 4, 201948Sep 4, 201948
InThe StartupbyNicola GallazziClean Architecture in Android — A Beginner ApproachAs a developer, I’ve always been fascinated about architectures and clean code in general, even before I decided to become a native…Jan 9, 20218Jan 9, 20218
Kapil VijKotlin Interview Cheat SheetTwo Months ago when i started appearing in interviews I used to get blank in some of tricky questions in Kotlin even when i spend some time…Oct 7, 202116Oct 7, 202116
InKt. AcademybyOleksiy PylypenkoMocking is not rocket science: BasicsMocking is a technique to make testing code readable and maintainable. In three consequent articles, I would like to show the basics…Jan 10, 20185Jan 10, 20185
InProAndroidDevbyJavier ArroyoKotlin Multiplatform — MVVM & Clean ArchitectureDuring the KotlinConf 2019 there were several talks about Kotlin Multiplatform, in one of them Alexander talked about different libraries…Jan 13, 20204Jan 13, 20204
InProAndroidDevbyPatrick SteigerSubstituting Android's LiveData: StateFlow or SharedFlow?Kotlin Coroutines recently introduced two Flow types, SharedFlow and StateFlow, and Android's community started wondering about…Nov 19, 202023Nov 19, 202023
InProAndroidDevbyPatryk KosieradzkiLiveData vs SharedFlow and StateFlow in MVVM and MVI ArchitectureLast year kotlinx.coroutines library introduced two new Flow types, SharedFlow and StateFlow, which also have their mutable types —…Jul 14, 20211Jul 14, 20211
InThe StartupbyMartin NowosadIntroduction to Flow, Channel and Shared/StateFlowIn this article I explain what Flow, Channels and Shared/StateFlows are, compare them with concepts from Rx and share my opinion.Nov 4, 20206Nov 4, 20206