Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Android Kotlin: UI State is updated but the UI stays the same

App crashes when trying to use VisualTransformation in a TextField

dagger.hilt.android.internal.lifecycle.DefaultActivityViewModelFactory' could not be resolved- Android Kotlin

How to call a composable function in onClick event

Android - LiveData randomly doesn't trigger with the updated value (in depth question)

Why it is forbidden to use 'out' keyword in generics if a method excepts the type parameter as a parameter?

The wrong "items" funciton is being selected by lazy row unless i specifically import "import androidx.compose.foundation.lazy.items"

Can't build kotlin files using gradle kotlin DSL in Intellij idea

gradle kotlin intellij-idea

How can i change value in TextField value from viewModel in jetpack compose

I have a hard time understanding the purpose of a "backing property"

java kotlin

What is the difference between mutableStateOf and mutableStateListOf?

Success can only be called from within the same library group (referenced groupId=androidx.work from groupId=My Composable)

Kotlin. How to fix: None of following candidates is applicable because of receiver type mismatch

kotlin generics