Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Get last item emited by a Flow and dont receive updates

mockk every {}.throws() Exception fails test

kotlin mockk

Why the view keeps flashing when using jetpack navigation with Compose?

com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type

How to disable future dates in Android Compose Material3 DatePicker?

Transform a list, filtering out the items that cause an exception

error: [Dagger/MissingBinding] Map<Class<? extends ViewModel>, Provider<ViewModel>> cannot be provided without an @Provides-annotated method

android kotlin dagger-2 kapt

Is the usage of livedata-ktx with ViewModels causing memory leaks if the LiveData is not backed by a property?

LazyColumn only updates data from Room after scrolling

ActivityResultCallback not invoked for RequestMultiplePermissions

Coroutines: main() runBlocking vs suspend main

kotlin kotlin-coroutines

How exactly is a coroutine suspended?

Kotlin: Map.get(key) vs Map.getValue(key)

kotlin

Intelij won't show sources for some kotlin classes

intellij-idea kotlin

Best way to build a "task queue" with RxJava