Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-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?

Jetpack compose NavHost prevent recomposition screens

Compose: LazyColumn recomposes all items on single item update

Break sentence line with hyphen if word is too long in android jetpack compose

Drag Image to the bounds of the Box - Jetpack Compose

Is it ok to pass a Flow from one composable to another?

Reduce padding in NavigationBar with Material 3

How to scroll to a certain item in a Column(Modifier.verticalScroll())?

Migrate from NavHost to AnimatedNavHost