Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

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?

How do I create a placeHolder in the BasicTextField?

Possible to publish Android app that uses Jetpack Compose to Play store?

Auto complete text view in compose

Jetpack Compose State List Drawable Equivalent

Jetpack Compose adding clickable modifier on Image component changes the layout [closed]

Align two texts by font's ascent instead of baseline in Jetpack Compose

Modifier.scrollable doesn't scroll the content

Composable invocations can only happen from the context of a @Composable function