英文: How to retrieve the data from Firebase Database inside muti-layer multiple child nodes? 问题 我一直在尝...
Firebase数据库不停止更新数值。
英文: Firebase database Doesn't stop updating value 问题 我正在尝试创建一个聊天应用程序,并尝试检查用户是否已经看过一条消息。对于首先发送消息的...
在 ArrayList 中替换字符串
英文: Replace string in ArrayList 问题 我正在尝试在一个列的ArrayList中替换一个字符串。在表达式中出现了错误 > lambda表达式中的返回类型错误:无法将...
如何在片段中使用 ViewModel?
英文: How to use ViewModel in a fragment? 问题 我正在使用MVVM架构。我有一个活动和几个片段,我想在活动中对API进行请求,然后使用ViewModel根据获取的...
遇到使用 join() 方法时出现“无法解析方法 ‘join’ 在 ‘String’ 中”的错误。
英文: Getting the error Cannot resolve method 'join' in 'String' when using the join()...
Android视图模型类没有零参数构造函数,在片段中引发实例化异常。
英文: Android view model class has no zero argument constructor,Instantiation Exception in fragment 问题...
从非Activity类显示toast。
英文: Displaying toast from a non activity class 问题 以下是您要翻译的内容: "I want to display toasts from a ...
应用在运行时在图像视图上显示黑色图像,而不是实际图像。
英文: App shows black image on Image View instead of actual image at runtime 问题 ImageView在设置图像后变成了黑色。 ...
RxJava lambda表达式
英文: Rxjava lambda expressions 问题 我目前正在学习关于lambda表达式,并且对RxJava有一个问题。我认为lambda表达式可以用来避免创建匿名类,只有在接口具有单个...
什么是制作这个动画的最佳解决方案?
英文: What would be the best solution to making this animation 问题 我试图制作一个游戏,其中包含多个关卡,您需要找到一种方法,使特定颜色通过...
450