python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Jetpack Compose Preview fails in Multi Module app
I have a multi module app where I recently began implementing Jetpack Compose. I defined some composables to be shared by different modules. I put those in another library module and imported in relev...
Serge
Votes: 0
Answers: 1
Jetpack Compose Previews: No Backgrounds, No System UI
I am bootstrapping a new app with Jetpack Compose and Material 3. I've created a bunch of new apps lately with this configuration, so this problem has me stuck: I cannot get the IDE's compose previews...
Oliver Spryn
Votes: 0
Answers: 2
Preview of an AlertDialog doesn't work in Jetpack Compose
Problem description
I'm trying to see a preview of my AlertDialog in compose but I'm not getting it, the preview doesn't render it even though it doesn't show any error. I'm sure the problem is only w...
Pierre Vieira
Votes: 0
Answers: 1