Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin: isAssignableFrom and reflection type checks

reflection kotlin

MaterialButtonToggleGroup in Jetpack Compose

Conflicting 'on' color for a given background error in jetpack compose

Why does mutableStateOf without remember work sometimes?

Could not find com.theartofdev.edmodo:android-image-cropper:2.8.0

How to handle View State in Android development in the right way

Android kotlin method accept any object type as parameter

android kotlin

Kotlin syntax confusion: fun Foo.bar() = (...)

java syntax kotlin

Livedata setvalue is ignored when called multiple times

Kotlin: IntelliJ uses "import java.util.*" despite attempting to turn it off

kotlin intellij-idea

Can't send integer value from one screen to other

Where does "it" come from in this call of a composable function?

Displaying Fragment in Jetpack Compose using AndroidFragment<>

is there hot reload in Jetpack like flutter?

Is it possible to make LazyRow/LazyColumn display a certain amount of items on the screen without passing in an explicit DP width