Hi all,
I am developing the application where i want to capture all
'keyEvents' in my code.
I used "onKeyDown(int keyCode, KeyEvent event)  " to achieve this.
But it has some flaw in it,
1.When i have device with Hardware keyboard, onKeyDown works well with
it. But when i use Virtual keyboard it fails.
2. Now if i use device with only Softkeyboard,& having no Hardware
keyboard, onKeyDown works well with Virtual keyboard.

So, my difficulty is to detect the "onKeyDown" for the  device which
has got Hardware keyboard & user uses the Soft keyboard.
Thanks,
Alok.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to