python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
No ripple effect in Jetpack Compose
There is no ripple effect when I click on MyBox() I've added MyTheme(){} to main @Composable screen but it doesn't work. Is something missing?
@Composable
private MyBox(onClickInvoked: () -> Unit) ...
Wafi_ck
Votes: 0
Answers: 2
Generated file for FragmentDirections doesn't have the same package name
I have changed my android app's package name, after clean build and then build I got an error saying : Unresolved reference: data in a generated file (please see the picture below).
I have checked tha...

Hocine Elhadj
Votes: 0
Answers: 2
How to pass parameter to BottomSheet of Jetpack Compose?
I am trying to display a modal BottomSheet, which requires a parameter. This is how I show BottomSheet: bottomSheetState.animateTo(ModalBottomSheetValue.Expanded)
And this is my set-up:
@Composable
fu...
guness
Votes: 0
Answers: 0
Persistant dynamick color
I'm trying to create a clickable card that changed its color after it is clicked.
I have (code relevant to the question is documented as "This is relevant to the question") :
val select...
yoni
Votes: 0
Answers: 0