Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

What is better to update a view model's MutableStateFlow, _uiState.update{} or _uiState.value = _uiState.value.copy()?

Should a composable return values in Jetpack Compose?

Prevent back press ModalBottomSheet in Jetpack Compose

How to stack Text vertically with rotation using Jetpack Compose?

Disable View after onClick in Compose

How to hide ActionBar with Jetpack Compose

How can I use LocalContext inside LaunchedEffect?

Limit number of digits before and after decimals in text field in jetpack compose

Is it bad practice to pass viewmodels to child composables in jetpack compose?

Jetpack Compose Previews: No Backgrounds, No System UI

android jetpack compose flowrow vertical spacing

How to scale a Path with fixed values to dynamic Composable size?

What's the replacement for rememberRippleIndication in JetpackCompose 1.0.0-alpha11?

Reset offset animation on draggable item in Jetpack Compose

How to read a file using rememberLauncherForActivityResult in Kotlin Jetpack Compose?

onPressIn and onPressOut in jetpack compose

More concise way to return null if list is empty

How to add scrollbars to Column?

How to make Rainbow border animation for box in compose?