Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to adjust size of component to it's child and remain unchanged when it's child size will change? (Jetpack Compose)

Jetpack Compose LazyColumn - How to update values of each Item seperately?

Compose: Is there an EmptyView similar to Swiftui?

How to create a new composable function in Android Studio?

Jetpack Compose Intercept pinch/zoom in child layout

Issue with Deep Linking that doesn't work on android 13

How can i draw one-sided thickening stoke on canvas in Android Jetpack Compose?

Property delegate must have a 'getValue(Nothing?, KProperty*>)' method

Jetpack compose: scrolling in dialog gives strange effects

Manually move accessibility focus in Jetpack Compose

Compose AlertDialog always takes full width on Samsung

TextField() - In jetpack compose says "This material API is experimental and is likely to change or to be removed in the future"

How to convert dp values to x and y float values for Corner radius?

Jetpack compose dialogFragment equivalent

How to enable Compose snackbar's swipe-to-dismiss behavior

Flow doesn't update Composable

Compose Spacer vs view padding performance

How to detect that a button is pressed in Jetpack Compose?

How can I make the two buttons the same width when I use Jetpack Compose?

What are benefits of @Immutable on a data class?