InITNEXTbyMarcelo OchoaUsing VSCode Dev Container for Java server side development at the Oracle embedded JVMThis post is about using VSCode Dev Container extension for a controlled and secure development of Java at the Oracle Internal JVM (Java…Dec 3, 2020Dec 3, 2020
Sahar AsadianSolid and Clean Architecture in androidIf you want to implement a complex android project, then you need a good architecture. So what are the features of good architecture?Jun 8, 20221Jun 8, 20221
InDev GeniusbySaurabh KumarAndroid 104 : Do we really need Kotlin Coroutines?TLDR, Short answer, yes we do!May 29, 20221May 29, 20221
InSMG Real Estate Engineering BlogbyStevan MilovanovicCoroutines on AndroidIn this article I’ll try to explain why coroutines are useful and why would you want to use them in your project. After we go through the…May 20, 2022May 20, 2022
InEngineering at PremisebyNate EbelUsing :buildSrc Kotlin Extensions From Groovy-based Gradle Build ScriptsHow to properly import, and invoke, Kotlin extension functions and extension properties from Groovy-based Gradle build scriptsApr 19, 2022Apr 19, 2022
InProAndroidDevbyJaewoong EumExploring Dagger Hilt and what’s main differences with Dagger-AndroidDagger is one of the most popular and most used libraries for building dependency injection, especially in Android. But the initial cost…Jun 2, 20207Jun 2, 20207
InSoftware DevelopmentbyKayvan KasebKotlin Extension FunctionsThis article will provide you with some main concepts and best-practices to use Kotlin extensions for Android developers.Aug 17, 2022Aug 17, 2022
InBetter ProgrammingbyVlad MykolKotlin Retry To Make Your Code More ResilientKotlin wrapper function to Retry any part of a codeAug 11, 20221Aug 11, 20221
InSoftware DevelopmentbyKayvan KasebKotlin Lambda Expressions and Higher-Order FunctionsThis article will provide you with some main concepts and best-practices in Kotlin lambda expressions and higher-order functionsAug 19, 2022Aug 19, 2022
FlorenceKotlin Flows Unit TestsIn the previous article, we went through flows and types of flows. In this blog post, we will go through writing unit tests for flows in…Mar 24, 2022Mar 24, 2022
InBetter ProgrammingbyPatryk KosieradzkiDagger/Hilt vs. Koin for Jetpack Compose AppsAdvantages and disadvantages of Dagger and KoinMar 13, 20222Mar 13, 20222
Herman CheungDefining Android Binding Adapter in Kotlinand creating real static method in KotlinFeb 6, 20195Feb 6, 20195
Florent BlotKotlin Flow in Clean Architecture and MVVM Pattern with AndroidThe first goal when developing an Android application is to have a code easy to test and painless to maintain. We must use an architecture…Jun 3, 20226Jun 3, 20226
InDev GeniusbyNeeraja GandlaSealed Classes vs Enum ClassesDefinitions, differences and usecasesApr 8, 20225Apr 8, 20225
Vinicius VianaA deep dive into Kotlin CoroutinesThe History of Coroutines and how it is implemented in kotlinMar 21, 20222Mar 21, 20222
InDev GeniusbySaurabh PantKotlin Flows -What, Why and How?Glow with the Flow!!Jun 30, 20223Jun 30, 20223
InFirebase Tips & TricksbyAlex MamoHow to read data from Room using Kotlin Flow in Jetpack Compose?A simple solution to perform CRUD operations in the Room database using Kotlin Flow in clean architecture.May 16, 20221May 16, 20221
Sharan SalianFizzbuzz in Java sweetened by KotlinIntroduction: - Hey, till last night I used to think I was an Android developer. Then when I went on a deeper level of my thought process…Apr 20, 20195Apr 20, 20195
Florent BlotKotlin Flow: Best PracticesSince few months, @Geev, we used Kotlin Flow inside our Android application. It is a really beautiful library to use, it helps us to write…Aug 3, 20223Aug 3, 20223