Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to level the height of items in LazyVerticalGrid?

Jetpack Compose Preview not working when using Koin for Dependency Injection

Error: androidx/compose/compiler/plugins/kotlin/ComposeComponentRegistrar compiled with newer Java Runtime version

Jetpack Compose LazyColumn items scroll over stickyHeader and does not scroll to last item

AdjustResize in Jetpack Compose not working

How to achieve slide in and out animation in android compose between two Views Synchronized

How to preload Coil image in Compose?

What is the proper way to navigate from ViewModel in Jetpack Compose + Hilt + ViewModel?

How to create Preview function to ModalBottomSheet

Grid Layout with equally height rows in Jetpack Compose

How can I disable Jetpack Compose previews on Android Studio

Rounded corner only at top of image AysncImage Coil

Expose value from SharedPreferences as Flow

Partially color text and make it clickable in Jetpack Compose [duplicate]

Creating cutout notch in android jetpack compose

How to make area behind transparent color not interactable/clickable in Jetpack Compose?

Why does a call to a logic method on a ViewModel with StateFlow as a property cause a recomposition even though the value has not changed?