Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

TextField is overlapped by keyboard in Android Compose

How can Android Studio launch the inline fun <T> key()?

Jetpack compose TextField, is there a way to show a drag handle bubble to move cursor position when editing text?

Manually refresh paging data in jetpack compose

How to create an icon in the corner of the android compose card

Unable to import createRefs() for constraint layout

Vertical scroll on Canvas (Jetpack Compose)

Android project not building due to "Unresolved reference: fontSize"

Jetpack Compose not updating / recomposing Flow List Values from Room DB when DB Data is getting changed

Jetpack Compose: What's the difference between Modifier.heightIn(...) vs Modifier.preferredHeight(...)

Surface content colour slightly different to expected

How can we animate addition and removal of items in a lazy list (e.g. LazyColumn)?

Unit Test a StateFlow from SnapshotFlow only emits initialValue

How to prevent paging refresh flicker in Android Jetpack Compose?

launchPermissionRequest() in jetpack accompanist does nothing

How to animate button width changes smoothly when showing/hiding another button in Jetpack Compose?

How can I disable the horizontal stretching/overscroll when using the `verticalScroll` modifier?

How to align two texts from different rows in Jetpack Compose

Why there is multiple Datastore is created?

Compose: Place view between two backgrounds