Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

MotionLayout in Jetpack Compose

When do you need Modifier.composed { ... }?

Jetpack Compose draw on image with Painter

Why kotlin.collections is not implicitly imported after upgrading to jetpack compose 1.0.0-beta01?

Is there a Jetpack Compose equivalent of A password field with the password visible to the user?

Why this function is called multiple times in Jetpack Compose?

how to add space between grid items in jetpack compose

How to perform a haptic feedback in Jetpack Compose

Vertically scrollable component was measured with an infinity maximum height constraints, which is disallowed

kotlinx.serialization.SerializationException: Serializer for class 'Companion' is not found: Type safe in Nested Graph Navigation

Jetpack Compose: Should I pass ViewModel down the component tree or use callbacks?

How to remove the extra padding around the thumb of a Slider?

Android Jetpack Compose Trying to Align a Text inside a Box

fillMaxHeight() inside Row

How to disable swipe on screen ModalBottomSheetLayout in Jetpack Compose

Given component does not implement interface dagger.hilt.internal.GeneratedComponent?

How can I make a Text auto-scrollable in Jetpack Compose?

Jetpack Compose Navigation - pass argument to startDestination

How to implement BottomSheet in Material 3 Jetpack Compose Android

How can I display a bitmap in Compose Image