英文: Gradle Kotlin DSL can't find java.io package 问题 I'm trying to convert the build.gradle file ...
底部附加工具栏与滚动视图
英文: Additional toolbar at the bottom with Scroll View 问题 I want to have an additional Toolbar with e...
如何在一秒内使用Kotlin按lastModified()和length()对144,000个文件进行排序?
英文: How to sort 144,000 files by lastModified() and length() in Kotlin within a second? 问题 我有以下的 Fil...
从资源中读取JSON文件并获得JsonObject。
英文: Read a JSON File from Resources with JsonObject 问题 以下是您要翻译的内容: 我想将Resources中的JSON文件分配给一个JsonObje...
Retrofit 2 在 Android API 等级 17 上不起作用。
英文: Retrofit 2 not working on android api level 17 问题 以下是要翻译的代码部分: 第一部分是依赖项: { implementation fileTr...
Signing an Android .apk from a 32 hex pair signing key
英文: Signing an Android .apk from a 32 hex pair signing key 问题 我有一个Android应用程序,我接管了它的开发工作,现在我正在尝试向Goo...
如何获取具有特定值字段的文档的文档ID?
英文: how to get the document id of a document that has a field with a specific value? 问题 我想获取具有特定值的字段...
Android CameraX | 颜色检测
英文: Android CameraX | Color detection 问题 I'm working with the new CameraX on Android. 我正在使用Android上的...
应用自定义背景到具有圆角的布局时出现问题。
英文: problem in applying custom background to layout with radius in corners 问题 我想创建一个类似这样的设计: 交付消息是一个...
如何从Firestore获取随机文档并在不同的TextView中显示它们?
英文: How to get random documents from Firestore and display them in different TextViews? 问题 你的应用程序中,用...
450