android-jetpack-compose
How to set diagonal gradient in Compose
I need set Diagonal gradient on a rectangle as background. I have two colors (Yellow and Green) which needs to be开发者_Go百科 painted as:[详细]
2022-12-07 22:13 分类:问答Jetpack compose: Pending composition has not been applied when rememberSaveable is used
I had a search view that worked fine but didn\'t keep the user input on back navigation (from detail view).[详细]
2022-12-07 21:36 分类:问答How to do work off the main thread in Jetpack Compose?
In a Jetpack Compose app I have a LazyVerticalGrid of thumbnails, each of which needs to be drawn in a bitmap-backed Canvas at compose time.[详细]
2022-12-07 19:12 分类:问答How to elevate box with shadow?
I have a Box comsopable I want to elevate with shadow `Box(modifier = Modifier .sizeIn(100.dp) .background(Color.Magenta)) {[详细]
2022-12-07 19:10 分类:问答