Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

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

Remove padding of ListDetailPaneScaffold

Compose Bottom nav bar with custom shape and transparent around it

Content padding parameter it is not used error in kotlin jetpack compose? [duplicate]

Problem with Jetpack Compose Navigation and StateFlow

how to convert BitmapDrawable or Bitmap to ImageBitmap in kotlin

I want to achieve the below layout, the button should be at the bottom of the screen, when the lazy column is filled, the button shouldn't go outside

Make image go outside of boundaries in Jetpack Compose

CalendarView Jetpack Compose Buttons Are Not Displayed

Showing a BottomSheetScaffold with a BottomNavigation - Compose UI - Android