Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to achieve slide in and out animation in android compose between two Views Synchronized

How to preload Coil image in Compose?

What is the proper way to navigate from ViewModel in Jetpack Compose + Hilt + ViewModel?

How to create Preview function to ModalBottomSheet

Grid Layout with equally height rows in 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