-
Updated
Jul 14, 2020 - Kotlin
koin
Here are 520 public repositories matching this topic...
-
Updated
Nov 17, 2020 - Kotlin
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Oct 7, 2019 - Kotlin
As the default takes too much space, we can improve this by format it using K per thousands e.g. 300K, 500K etc
-
Updated
May 31, 2020 - Kotlin
-
Updated
Oct 19, 2019 - Kotlin
-
Updated
Mar 15, 2020 - Kotlin
Add Vehicles info
-
Updated
May 8, 2020 - Kotlin
-
Updated
Oct 28, 2020 - Kotlin
-
Updated
Sep 13, 2020 - Kotlin
-
Updated
Nov 17, 2020 - Kotlin
-
Updated
Feb 27, 2019 - Kotlin
-
Updated
Nov 17, 2020 - Kotlin
When an API exception is happening the exception should be caught in catch block is it?
`
fun invoke(
scope: CoroutineScope,
params: Params?,
onResult: (UseCaseResponse)
) {
val backgroundJob = scope.async {
run(params)
}
scope.launch {
backgroundJob.await().let {
try {
-
Updated
Nov 15, 2019 - Kotlin
-
Updated
Aug 24, 2020 - Kotlin
It just clutters the screen up when it's shown on all views, imo.
-
Updated
Oct 29, 2019 - Kotlin
-
Updated
Jul 18, 2019 - Kotlin
-
Updated
Apr 28, 2020 - Kotlin
-
Updated
Jul 6, 2020 - Kotlin
-
Updated
Jul 26, 2020 - Kotlin
For testing it's convenient to be able to destroy the context after each test and set it up before.
Add integration test
Improve this page
Add a description, image, and links to the koin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the koin topic, visit your repo's landing page and select "manage topics."

If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.🐣 contact: awesomedevnotes@gmail.com / twitter: https://twitter.com/androiddevnotes
Feel free to send Pull Requests, fix typos, grammatical mistakes ...