英文: Persist data in Jetpack Compose 问题 在学习Jetpack Compose时,我遇到了一个问题,即在完全重新启动应用程序(退出,关闭,重新打开)时,变量会被重置...
Jetpack Compose – 有重新组合的问题
英文: Jetpack Compose - have a problem with recomposition 问题 在Compose中,当我点击Donut按钮时,变量"donut"...
Jetpack Compose:在屏幕上为每个交互式组件使用单独的ViewModel有多好
英文: Jetpack Compose: How good is having a separate ViewModel for every interactive component on Scre...
无法使用Jetpack Compose将行叠加在行上。
英文: Unable to stack row on top of row using jetpack compose 问题 以下是翻译好的部分: 我目前有以下代码: 编辑 1: @Composabl...
Pin the 5th item of the column or lazyColumn on top of the screen while scrolling the column using android jetpack compose
英文: Pin the 5th item of the column or lazyColumn on top of the screen while scrolling the column usi...
Jetpack Compose ModalBottomSheet 一直显示。
英文: Jetpack Compose ModalBottomSheet always showing 问题 ModalBottomSheet似乎默认显示,尽管实际上应该隐藏(rememberModa...
减小Compose中可滚动选项卡之间的间距。
英文: Reduce Spacing between Scrollable tabs in compose 问题 我正在尝试创建一个动画,其中有一个可滚动的组件,可以横向滚动。类似于下面的示例: 我考...
如何在Service中使用Jetpack Compose。
英文: how to use Jetpack Compose in Service 问题 I want to use Jetpack Compose to implement the floating...
Ui 从数据库中使用 Room 读取值时闪烁。
英文: Ui flickering when reading value from database using room 问题 ViewModel class FlashcardViewModel(...
Android Jetpack Compose 无法更改 BasicTextField 光标指示器颜色。
英文: Android Jetpack Compose cannot change BasicTextField cursor thumb color 问题 目前我正在使用Android Jetpac...
26