Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Test Android Compose State values

Test recorder for jetpack compose

How to take a full screenshot capture in Android compose?

Offset an item taking its height into account in Jetpack Compose

How to implement bounce effect on jetpack compose Lazy Column

Compose: What is the proper way to add to a (Lazy)Column enough bottom padding to avoid the FAB to cover its content?

Vertical scroll affecting the modifier weight in jetpack compose

Jetpack Compose – Which dependency do I need to use to be able to use state delegates?

How to add drawable to a Text in Compose?

How to centrally align Icon to first line of a Text component in Compose?

Multiple ModalBottomSheet in Compose not updated when state changes

Provide different alignments to composables within 'Column'

Jetpack Compose: No recomposition happening, when updating list element contents

java.lang.IllegalArgumentException: Cannot round NaN value

Why was I warned "Optional Modifier parameter should have a default value of Modifier" in Jetpack Compose?

Android: Jetpack compose: How to create a button with an Icon in it?

how to shared viewmodel in compose navigation using koin injection?

How can I call try/catch in a Composable Button