Fork me on GitHub

Tutorials

Home  »  Tutorials

Android Keyboard Meta-State

Dec 3, 2011 No Comments ›› tbarrasso

After owning a Motorola Droid for two years I put a great importance on handling hardware keyboard events in my applications. However, most apps do not handle such events properly. An example: most non-AOSP calculator apps make it necessary to press the shift key in order to use the number row. Why? Perhaps it is ...

Continue Reading