Available Resources for Android
Available Resources for Android I wasn't able to find many good tutorials. As I mentioned on another post, you can start with Android Authority's blog or a copy of the source code . I learned about composing text from this article . Below are some other references you might find useful. Android Docs An obvious place to start, but a lot of details are missing. Keyboard KeyboardView InputMethodService Input Connection Keyboard.Key (xml) Keyboard.Row (xml) Other documentation from Android A working code example direct from Android - very useful ! Android Developer tutorial - pretty much the same as all the others Android Developer blog - again, not much new here Stack Overflow Popup Keyboard - useful for special characters Custom Theme Showing and hiding rows (also see my post) Links to code repos AnySoftKeyboard GaroKeypad SquareKeyboard Blogs Chris Black - lots of good links Let me know if you find anything else that adds to som...
Comments
Post a Comment