tags:

views:

248

answers:

0

Hi everybody

I am currently trying to develop a fullscreen input method for Android, but I have a hard time finding any hints on this. The only examples and tutorials to be found are for non-fullscreen IMEs and mention fullscreen mode only very briefly.

Also every tutorial about input methods seems to assume that the input method has given size which does not change, but my implementations size does depend on the screen size.

So my question is, are there any resources like tutorials or examples of fullscreen IMEs in Android?