英文: Issues were found when checking AAR metadata: androidx.core:core:1.12.0-alpha01 and androidx.cor...
如何在使用片段时,从主活动类中的资源文件中获取值?
英文: how to get a value from resource file in the main Activity class when using fragments? 问题 以下是您要翻...
文本组合 – 字符宽度
英文: Compose Text - width in chars 问题 有没有办法告诉Text组合在任何提供的文本下都能宽度为例如2个字符? 我想要一行,其中包括权重和一些固定大小的单元格,但是我希...
jetpack compose – OutlinedTextField 的 errorBorderColor 无法正常工作
英文: jetpack compose - OutlinedTextField errorBorderColor not working 问题 I'm trying to set errorBorde...
Android 无法解决 Kotlin 的 suspendCoroutine。
英文: Android cannot resolve kotlin's suspendCoroutine 问题 我在一个使用最新库的Android项目中使用Kotlin,但是当我写suspen...
Jetpack Compose Material3 下拉刷新功能
英文: Jetpack Compose Material3 Pull to Refresh functionality 问题 我正在尝试根据这个指南,从Material2规范迁移项目到Material...
如何开始填充 LazyVerticalGrid 中心的项目?
英文: How to start filling items for the center in LazyVerticalGrid? 问题 我正在尝试在Jetpack Compose中实现一个惰性网格...
将来自DialogFragment的结果发送到Fragment。
英文: Send result from DialogFragment to Fragment 问题 在对话中,我使用下面的扩展来发送结果: fun <T : Any> Fragment....
如何在Kotlin的Application类中进行API请求调用。
英文: how to make api request call on Application class on Kotlin 问题 我需要在我的应用程序开始时从一个端点获取数据。我不知道这是否是最佳...
java.lang.IndexOutOfBoundsException: 索引: 0,大小: 0 Kotlin 中的错误
英文: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 Error in Kotlin 问题 尝试从数组列表中获取货币值,我期望通过get...
450