英文: Why is my android app not able to write to FIRESTORE 问题 我已创建一个简单的UI应用程序来写入Firestore,但似乎无法触发OnSuc...
什么是将YouTube视频嵌入移动应用的官方和合法方式?
英文: What is the official and legal way of embedding YouTube videos into mobile apps? 问题 我们正在开发一个面向iO...
Splash screen api 在 Android 12 (API 31, 32) 上不起作用。
英文: Splash screen api not working on android 12 (API 31, 32) 问题 我看过关于这个问题的不同帖子,还在Google的问题跟踪器上看到一个开放...
有没有办法让协程通道在接收时按特定顺序而不是先进先出?
英文: Is there any way to make coroutine channel follow a specific order rather than first-in first-ou...
如何等待异步函数正确完成(flutter,dart)
英文: How do I wait for an asynchronous function to finish correctly (flutter, dart) 问题 我想在Flutter应用程序...
Delphi x Android Intents
英文: Delphi x Android Intents 问题 我需要帮助处理我的应用程序。该应用程序在Sunmi设备上运行,我想要集成支付(另一个应用程序)。 我的发送意图的代码是正确的。但是我需要...
mapNotNull比filter和map更高效吗?
英文: Is mapNotNull more efficient than filter and map? 问题 我之前正在编写一些 Kotlin 代码,对列表进行了筛选,然后进行了映射(这是我之前在...
将txt文件中的每个单词分开并获取它。
英文: Divide each word in txt file and get it 问题 我需要帮助,我正在开发一个应用程序,该应用程序将从资产中的txt文件中读取单词并将其显示在textView...
RecycleView未显示任何项目。
英文: RecycleView not shownig any items 问题 I see that you have provided code and descriptions for an A...
使用意图(Intents)从另一个Android应用程序打开Android应用程序
英文: Opening an Android App from another Android App using Intents 问题 我在Android中使用Intents打开我的另一个应用程序时...
450