Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Rotation animation not working in Jetpack Compose

Jetpack Compose Bottom Sheet dim shadow not visible

Using a ComposeView inside layout or a BottomSheetDialog throws exception

Make last Item of the Compose LazyColumn fill rest of the screen

Unexpected Text colour alpha in Jetpack Compose Material Theme

In Kotlin, what do curly brackets mean after a function name?

Jetpack Compose UI Test with Material3 DatePickerDialog

Rive + Jetpack Compose (Android)

How can I set sheetPeekHeight to the height of an item inside it in Jetpack Compose?

step progress bar with android compose

Why does the official document use uppercase letter for a val variable? [closed]

Jetpack Compose: how to cut out card shape?

Jetpack Compose Alignment - missunderstanding the alignBy modifier

Jetpack Compose fails with NoClassDefFoundError: Failed resolution of: Landroidx/compose/runtime/MutableStateKt;

Why state update not reflected on AndroidView

Jetpack Compose: MutableState<Boolean> not working as intended

Android Composable relative position to parent (X,Y)

Jetpack Compose Deeplink navigation from Oauth

How can I invoke a function that returns a lambda which also accepts another lambda as its parameter ( () -> Unit ) -> Unit in Kotlin?