英文: How to inherit from enums? 问题 我有两个不同的枚举: enum class As(val value: String) { A1("a1"), A2...
Difference between Navigating one fragment to another using fragment id and action id using nav graph in android jetpack library
英文: Difference between Navigating one fragment to another using fragment id and action id using nav ...
如何以编程方式扩展 TopAppBar?
英文: How to expand TopAppBar programmatically? 问题 MediumTopAppBar 和 LargeTopAppBar 有展开和关闭状态。 EnterAlw...
如何使用Jetpack Compose中的Coil制作初始图标。
英文: How to make initials icons using Coil in Jetpack Compose 问题 So I am using the Coil library for o...
Jetpack Compose – 如何检查键盘是否打开或关闭
英文: Jetpack Compose - how to check if keyboard is open or closed 问题 我正在使用Jetpack Compose,并尝试找到一种检测键盘...
新的Jetpack Datastore仅适用于Kotlin吗?
英文: Is new Jetpack Datastore only for Kotlin? 问题 我已阅读关于Jetpack的新库(现在处于alpha版本) - Jetpack Datastore。 ...
折叠式工具栏使用导航组件
英文: Collapsing toolbar using navigation components 问题 我正在创建一个应用程序,其中使用Jetpack Navigation Components来...
在一个“详情”片段中有两个ViewModel。
英文: Two ViewModels in one "details" fragment 问题 我有三个片段,第一个是ListFragment,它是一个包含了 Firebase 集...
视图模型(View Model)在使用单Activity架构时可能会变得较为庞大。
英文: View Model can be heavy if we use single activity based architecture 问题 根据谷歌建议的单Activity架构应用程序。我...
在Android Jetpack Compose UI中,我们如何将文本格式化为上标或下标?
英文: How we can we format Text as superscript or subscript in Android Jetpack Compose UI? 问题 我正在使用And...
4