Hi All, recently I had written an article about ho...
# koin-contributors
b
Hi All, recently I had written an article about how to start using Koin in Android Development. It's not perfect, so if you found any mistake, please let me know. I write this article as a medium to learn about Koin. Thanks, really appreciate it. https://medium.com/@bobbyirawan_/how-to-start-using-koin-in-android-development-70ccf49833f1
👍 1
a
Good article 👍
just mentioning the get() in your text
You can also inject property like dagger with: https://doc.insert-koin.io/#/koin-core/setters
in you want to respect full DI injection and avoid by inject()
My recommendation is to avoid KoinComponent as much as possible
because it’s linking you to the Koin API
but after that, up to you to decide