Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Public key authentication fails with JSch but work with OpenSSH with the same key

java kotlin ssh jsch private-key

Jetpack Compose offset image vector in Canvas

Access parent activity views from fragment in tablayout?

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