英文: Where to put the code that creates local files in android? 问题 我正在尝试创建一个应用程序(使用Kotlin和Jetpack Com...
How can I update a LazyColumn's listitems inside an AlertDialog from a ViewModel properly in Jetpack Compose? – Android
英文: How can I update a LazyColumn's listitems inside an AlertDialog from a ViewModel properly in...
在Jetpack Compose中将列对齐到底部中心
英文: Align Column to Bottom Center in Jetpack Compose 问题 我刚刚开始使用Jetpack Compose,所以对我来说一切都还很新。然而,我在某个帖...
Pill Shaped Composable 在 Jetpack Compose 中
英文: Pill Shaped Composable in jetpack compose 问题 以下是翻译好的部分: 我希望实现如下设计。 看起来 Material 3 没有这个作为本机组件。 有没...
打开 Android 13 通知中的深链接以打开可组合屏幕。
英文: Open composable screen from notification using deeplink Android 13 问题 Android 13 设备 我试图从通知的深链接中打...
Jetpack Compose: 如何根据按钮是否启用或禁用来更改按钮边框的颜色?
英文: Jetpack Compose: How to change color of a button border depending on if it is enabled or disable...
内存泄漏在使用Jetpack Compose中的LazyRow时发生
英文: Memory leak while using LazyRow in jetpack compose 问题 我是Jetpack Compose的新手,可能做了一些愚蠢的事情,但使用懒加载行(l...
Jetpack Compose – 修改滚动行为以保持焦点在屏幕上的固定位置
英文: Jetpack Compose - Modify scroll behavior to hold focus on a fix position on screen 问题 使用Jetpack ...
如何在 Compose 中长按选择项目?
英文: How to select items in Compose on long click? 问题 I have a LazyVerticalGrid with pictures, and I ...
Is there any way to have public static variable with remember state in jetpack compose (kotlin)
英文: Is there any way to have public static variable with remember state in jetpack compose (kotlin) ...
26