Android Di Koin
Android Di Koin. There isn't any official Android way to use this pattern. Dependency injection in android using Koin.
Koin Terminologies add this koin plugin in build.gradle (app) plugins id 'com.android.application' id 'kotlin-android' id 'koin' first create our Application class like, class BaseApplication:Application() add this in manifest file like, android:name=".
To get started with using Koin on your Kotlin based Android application make sure that you have jcenter repository in your gradle.build file.
So Koin is a lightweight dependency injection framework for Kotlin developers which is written in Kotlin and supports the DSL(Domain Specific Language) features of Kotlin. Thanks Untuk dapat melakukan injection dependency pada aplikasi kita, terlebih dahulu kita perlu mendeklarasikan Koin Module. I've used Dagger and Koin while working at Yelp and Hootsuite in enterprise-scale Android projects, and played around with Kodein in personal projects, and wanted to compare and contrast using the three different libraries.
Post a Comment for "Android Di Koin"