英文: How to change screen brightness in Kotlin Multiplatform Mobile using Compose 问题 I am trying to c...
Jetpack Compose 无法观察 MutableLiveData。
英文: Jetpack Compose can't observe MutableLiveData 问题 viewModel.todoLists.observe(lifecycleOwner)...
Android Compose为什么在父项可点击时,复选框需要onCheckChanged?
英文: Android Compose why does Checkbox need onCheckChanged when parent is clickable? 问题 I am trying t...
Jetpack Compose自定义textField文本间距问题
英文: Jetpack Compose custom textField text spacing issue 问题 I need to make a custom textfield but i c...
jetpack compose :Theme color overrides not working in api 31 and above but working for api 30 and below
英文: jetpack compose :Theme color overrides not working in api 31 and above but working for api 30 an...
如何在Compose中创建一个显示电子邮件数字的图像。
英文: How to create an image that displays email numbers on top in Compose 问题 以下是您要翻译的内容: 所以我正在尝试创建一个电...
在Jetpack Compose中如何将视图对齐到行的末尾
英文: How to align view at end in Row jetpack compose 问题 我想将视图放在屏幕末尾。类似这样。 期望输出 我尝试了一些代码片段,但它没有正确运行。 @...
水平分页器在滚动到最后一项后出现问题。
英文: Horizontal pager misbehaving after the last item scroll 问题 I'm using the pageSize attribute with...
In Jetpack Compose with Navigation Compose, do I no longer need to create a new activity for each screen?
英文: In Jetpack Compose with Navigation Compose, do I no longer need to create a new activity for eac...
如何检测在Android Jetpack Compose中TextField光标位于哪一行。
英文: How to detect TextField cursor lies on which line in Android Jetpack compose 问题 How to detect Te...
26