英文: how can i make a background process in jetpack compose? 问题 我正在创建一个实时的互联网连接检查。我怎样可以在Jetpack Compo...
Jetpack Compose Glance Widget API 33 在 API 30 上不可调整大小,仅在 API 30 上有效。
英文: Jetpack Compse Glance Widget API 33 is not resizable on API 30 works 问题 I'm creating app widget ...
如何绘制内边框?
英文: How to draw an inner border? 问题 我想为列绘制两个边框(一个内部边框,一个外部边框)。 期望结果: Modifier.border(2.dp) // -> ...
VisualTransformations能够与可组合的OutlinedTextField一起使用吗?
英文: Can the VisualTransformations work with a composable OutlinedTextField 问题 Material 3 我有以下的代码片段,一...
Jetpack Compose 如何添加自定义的深色/浅色颜色?
英文: Jetpack Compose add custom dark/light colors? 问题 我们可以创建深色和浅色调色板,没问题。但它只有12种颜色。如何为浅色和深色调色板添加更多自定义...
ViewTreeLifecycleOwner not found from Dialog.
英文: ViewTreeLifecycleOwner not found from Dialog 问题 当我将以下内容添加到XML中: <androidx.compose.ui.plat...
以下这些函数都无法使用提供的参数进行调用。文本组合?
英文: None of the following functions can be called with the arguments supplied. text compose? 问题 在我的C...
如何在项目中更新Jetpack Compose版本?
英文: How to update Jetpack Compose version in a project? 问题 我想将Jetpack Compose的依赖更新到最新版本。我尝试更改gradle文...
I've been trying to set this button to the bottom left of the screen. Can anyone find me a better way or suggest a fix to this error?
英文: I've been trying to set this button to the bottom left of the screen. Can anyone find me a b...
MutableStateFlow不会重新组合值。
英文: MutableStateFlow does not recomposes value 问题 override fun onGameStartOpenWord(startOpenWord: St...
26