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.
我正在为android实现一个自定义输入法(软键盘)......它是一个手势检测键盘,所以我将捕捉用户滑动的方向和代码。这样做,我有一些字母组合,如“Th”和我需要int值的“Ch”。char值可以很容易地转换,但是如何获取字符组合的int值......请建议。
我需要 getCharacter(code) 来返回一个 int。
只有通过连续调用getCharacter().. 后退一步,看看这个方法不是实现你想要做的事情的最佳点。返回多个字符(字符串)的处理程序应getCharacter()在字符串中的每个字符上连续实现。如果我正确理解问题。
getCharacter()