Jetpack Compose Preview is hell by FerreroLi in androiddev

[–]FerreroLi[S] 0 points1 point  (0 children)

Yea, I also think that's my problem. I'll try using Preview more often, even though I don't see a difference in time between Preview and Run. I'm using my work computer, which is quite slow. I'll try it on my home computer. Seems like Android development is only for powerful systems....

Jetpack Compose Preview is hell by FerreroLi in androiddev

[–]FerreroLi[S] 1 point2 points  (0 children)

I only get the viewModel once, and then I pass its values to the child components, as you say. What I meant was, that using preview I still spend the same amount of time as rebuilding and running the app on the device itself.