Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How can I disable Jetpack Compose previews on Android Studio

Rounded corner only at top of image AysncImage Coil

Expose value from SharedPreferences as Flow

Partially color text and make it clickable in Jetpack Compose [duplicate]

Creating cutout notch in android jetpack compose

How to make area behind transparent color not interactable/clickable in Jetpack Compose?

Why does a call to a logic method on a ViewModel with StateFlow as a property cause a recomposition even though the value has not changed?

How to wait for next @Composable function in jetpack compose test?

How to animate the progress of a LinearProgressIndicator in Jetpack Compose?

Wrap Content in Jetpack Compose

How to safely (lifecycle aware) .collectAsState() a StateFlow?

ColumnScope Modifier as a parameter of a composable

How can I get string resource in Jetpack composable test

Jetpack Compose State Capture in long-lived lambda

MutableState containing TextFieldValue(text='', selection=TextRange(0, 0), composition=null) cannot be saved using the current SaveableStateRegistry

How to create rounded corner BottomDrawer (aka Modal Bottom Sheet) in Jetpack compose