Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Get fragment instance nested inside nav controller from activity

android kotlin androidx

Coroutine Scope inside repository class

How do I use Moshi to serialize a json string into org.json.JSONObject?

json kotlin moshi

Android - by viewModels() with injectable constructor on ViewModel

Serializer for interface / implementation

How to use suspend function on Room Db?

Jetpack Compose and Android Room compatibility

Check for dependencies update with kotlin-dsl

kotlin gradle-kotlin-dsl

How to open specific folder in the storage using intent in android

java android kotlin

Coroutine testing fails with "This job has not completed yet"

Kotlin - wait for multiple LiveData to be observe before running function

mockk verify lambda was passed in mock

kotlin mockk

How to implement fixed version of library to my Android studio project?

How to add fading edge effect to Android Jetpack Compose Column or Row?

kotlin reflection check nullable types

Is there any way in Kotlin to weave in code before/after/around functions like there is with AspectJ in Java?

aspectj kotlin

In Kotlin, I can override some existing operators but what about creating new operators?

Kotlin-allopen for android

why SomeClass::class is KClass<SomeClass> but this::class is KClass<out SomeClass>

reflection kotlin