英文: CircularProgressIndicator: Can't resize properly 问题 我的代码: Row ( modifier = Modifier.fillMaxW...
CircularProgressIndicator: 无法正确调整大小
英文: CircularProgressIndicator: Can't resize properly 问题 以下是您要翻译的代码部分: Row ( modifier = Modifier....
理解 @compose 的调用方式
英文: Understanding @compose calling 问题 我有以下的@composable函数: @Composable fun MessageCard(msg: Message){...
当在Jetpack Compose中点击按钮时,按钮不会保持透明状态。
英文: Button doesnt stay transparent when its clicked in Jetpack Compose 问题 我有一个Jetpack Compose应用程序,我希...
在Activity的onCreate中使用NavHostController进行导航。
英文: Navigation using NavHostController inside oncreate of Activity 问题 根据我的理解,您希望我为您翻译代码部分。以下是您提供的代码的...
Jetpack Compose Text字体大小行为
英文: Jetpack Compose Text fontSize behaviour 问题 我正在学习使用Jetpack Compose开发Android原生应用,当我想要设置文本的字体大小时,我发...
数据库在Jetpack Compose桌面上
英文: Database on Jetpack compose desktop 问题 我正在使用Jetpack Compose Desktop进行开发,但在寻找有关可用于数据库存储的库的最新信息方面遇...
Jetpack Compose 预览和模拟器不一样。
英文: Jetpack Compose Preview and emulator not the same 问题 I'm new to Kotlin and Jetpack Compose. I'm ...
LazyColumn不显示。
英文: LazyColumn dont displaying 问题 以下是代码部分的中文翻译: class DiscoverActivity : ComponentActivity() { overr...
将mutableState传递给可组合函数是否最佳?
英文: Is passing mutablestate to composable function optimal? 问题 这是: @Composable fun TextEdit(textStat...
26