Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道哪个是纯java中使用的标签,而不是android中的以下代码
Looper ViewerApp inputMgr getWindowToken() InputMethodManager
例如,在纯 java 中,我们使用 JOptionPane 而不是 android 中的 toast。ViewerApp 在 android 中的用途以及在 android 中的 looper 有什么用。请帮忙....
其中一些东西在 Java 中没有等价物。InputMethodManager是一种处理屏幕键盘的特定于 Android 的方式。我相信inputMgr这只是对 的参考InputMethodManager,但您没有提供足够的信息来说明这一点。这个问题无法真正按照您想要的方式回答,因为 Android 构造与 Java 构造之间没有一对一的映射。Android 适用于带有触摸屏的移动设备,而 Java(粗略地说)不是。
InputMethodManager
inputMgr