1

有没有办法/API 来控制手势输入 IME 的单词表?主要对 JellyBean 附带的库存产品感兴趣,但与 Touchpal、Swype、.. 的兼容性也很好 ;-)

4

1 回答 1

0

You won't get compatibility with Swype, and probably not any of the other big keyboards outside the default- the format of the wordlist is part of the app, and stores information like usage frequency for better predictions.

New as of 4.0 Android added the SpellCheckerService, which handles single tap editing for the default keyboard. If you implemented your own it may work for the default keyboard. Its less likely to work for others, but they could pull from it as a source. I don't know of anyone who's actually implemented one though, so expect surprises.

于 2013-01-19T03:15:37.400 回答