英文: Annotation process feature not working since androidX upgrade 问题 我有一个完美运行的项目。 迁移到了androidX,之后我发现...
如何在Java中对接口进行注释?
英文: How do I annotate on an interface in java? 问题 我正在尝试创建一个带有注解的接口,然而,当我尝试创建注解时,我收到了“不允许在此处使用注解”的消息。...
Java中的材料过渡不起作用
英文: Material transition in java does not work 问题 Android Studio为什么显示这个错误?我查看了文档和其他问题,这里没有问题,无法在setSh...
不同的 Kotlin 版本在 Android 项目中。
英文: different kotlin versions in android project 问题 Sure, here is the translated text: 我无法弄清楚如果在项目中和...
为什么 Firebase 不能从集合中查询数据以在循环视图中显示?
英文: Why firebase is not able to query data from collection in recycler view? 问题 // This is the comme...
“Volley在我尝试设置头部时抛出错误。”
英文: Volley throwing error when I try to set a header 问题 我在给我的 Volley String 请求添加自定义头部时遇到了错误,错误信息为 在头...
如何在适配器的RecyclerView中使用两个ArrayList。
英文: How to use two arraylist in adapter recyclerview 问题 I want to use two arraylist in same adapter ...
如何在Kotlin中创建回调?
英文: how to make this in Kotlin callback? 问题 下面是您提供的Java代码在Kotlin中的翻译: // Volley class fun stringRequ...
从通知中打开应用程序:“应用程序正在后台运行”
英文: Open app from notification “App is running in the background” 问题 以下是您要求的翻译内容: 我需要在点击“应用在后台运行”通知后...
如何在Firebase和Android Studio中以有序的方式保存日期和时间。
英文: How to save date and time in an orderly format Firebase & Android Studio 问题 我正在创建一个社交应用,希望在有...
450