Tez
unread,Sep 5, 2010, 7:25:47 AM9/5/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeAndroid Developers Group
I need to measure
1. The time for which each key was pressed.
2. The interval between consecutive key presses.
Using,
1. A keyListener on an EditText - I get KeyEvents from which I get
timing information.
2. When an IME is used to enter text - I DON'T get key events. In this
case, how do I obtain the above information?
Cheers,
Earlence