英文: OpenTok and ARCore 问题 我只是尝试在Android上创建一个增强现实广播应用程序。 使用ARCore会话。我想知道如何同时使用OpenTok会话和ARCore会话? 因为它...
Java从同一个字符串的每个单词中精确地提取3个字母substring。
英文: Java substring exactly 3 letters from each word in the same string 问题 我有这个练习,我必须使用子字符串,并且从每个月中只显...
有没有更好(更安全)的方法来获取参数化类型的类?
英文: Is there a better (more safe) way to get the class of the parameterized type? 问题 我想创建一个返回参数化类型的类...
Android应用程序 – 将传感器数据保存到本地文件
英文: Android app - save sensor data to local file 问题 package pervasive_recorder; import java.util.Dat...
重现Bagh Chan游戏(虎与山羊)
英文: Recreating the Bagh Chan game (Tigers and goats) 问题 Below is the translated code: public class 游...
java空对象引用错误 / 我希望我的TextView在我点击按钮时更改颜色和文本
英文: java null object reference error / I want my TextView changes color and text when I click the bu...
Android默认按钮颜色
英文: Android default button color 问题 themse.xml: <resources xmlns:tools="http://schemas.androi...
字符串标记化器未读取数据
英文: StringTokeniser not reading data 问题 import java.util.StringTokenizer; public class rough { publi...
如何配置 Helidon MP 安全性
英文: How to configure Helidon MP security 问题 我一直在从 github 学习 Helidon MP 的特性,因为它是最可靠的来源之一,由于该框架的社区相对较弱...
如何使用ViewPager和OnClickListener创建数组列表按钮?
英文: How to make Array List Button with ViewPager with OnClickListener? 问题 view.setOnClickListener(ne...
2377