Jetpack Compose strange transition using AnimatedContent between Text & Box Layout
I explore about Jetpack Compose, and create a simple PIN Indicator composable view. I add AnimatedContent
to switch between two composable: Text & Box Layout.
How to add a dot icon over the selected icon in bottom nav bar in jetpack compose?
No recomposition on card
Composable not triggering recomposition
so the issue I’m facing is that when I update a MutableStateFlow
value in my ViewModel
, the value does not update in the composable:
How to keep the button size the same despite the accessibility scaling?
In Jetpack compose I have a button:
Overlay Detection Issues on Samsung Devices with Popup View Option
How to create custom Google Maps marker icon in compose
How can I create a custom marker icon with custom text like this in compose?
How to prevent modal bottom sheet from moving when user scroll down in list, Compose
I am using ModalBottomSheet, opening it to a certain height, and displaying the list in lazyColumn, when the user scrolls down in the list, sometimes the sheet also swipes down.
How to prevent modal bottom sheet from moving when user scroll down in list, Compose
I am using ModalBottomSheet, opening it to a certain height, and displaying the list in lazyColumn, when the user scrolls down in the list, sometimes the sheet also swipes down.
How to prevent modal bottom sheet from moving when user scroll down in list, Compose
I am using ModalBottomSheet, opening it to a certain height, and displaying the list in lazyColumn, when the user scrolls down in the list, sometimes the sheet also swipes down.