Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Collecting StateFlow in compose as lifecycle aware first emit initial value then the original value

Is there any way to override the back stack button to go back to a screen with its index in jetpack compose?

SwipeToDismiss positionalThreshold is ignored and executed action when user lifts finger

Ime callback not found. Ignoring unregisterReceivedCallback

how to test android compose mutableStateOf like flow Turbine

How can I align widths of first column in a list of rows using Jetpack Compose

How to have natural pan and zoom with Modifier.graphicsLayer{}.pointerInput()?

Screen not recomposing when state value changes - Jetpack Compose

ViewModel triggered navigation with JetpackCompose

How can I underline some words in a text and make them clickable jetpack compose?

Why does Jetpack Compose provide separate button types like OutlinedButton, TextButton and Button?

How to use Compose's createRippleModifierNode

error: [Hilt] Found unimplemented abstract methods, [provideOpenWeatherApi()], in an abstract module, com.example.weathersforecast.di.ApiModule

Kotlin multiplatform compose template error after adding sqldelight dependency

How do I access any directory and file in shared storage on newer Androids?

Make an AndroidView's theme style come from Compose and change in light / dark mode

Can LazyColumn work along with CoordinatorLayout?