Android Button Blues:
I am catching KeyPress.Keycode_BACK and split it into short and long keypress by autorepeat-count. That is working fine on Galaxy Note 1 and Note 3, both with hardware BackButton.
In the emulator the long keypress is not working. Is this an issue with the emulator or is there a different behaviour between hard and soft buttons (i.e. no autorepeat)?
I might seperate short and longpress with a timer as well but that would make sense only if I could expect consistent behaviour then and acceptable likeliness in the future.
Or should I leave all system buttons either hard or soft as is and not use them?
Thanks
Nikolaus
I am catching KeyPress.Keycode_BACK and split it into short and long keypress by autorepeat-count. That is working fine on Galaxy Note 1 and Note 3, both with hardware BackButton.
In the emulator the long keypress is not working. Is this an issue with the emulator or is there a different behaviour between hard and soft buttons (i.e. no autorepeat)?
I might seperate short and longpress with a timer as well but that would make sense only if I could expect consistent behaviour then and acceptable likeliness in the future.
Or should I leave all system buttons either hard or soft as is and not use them?
Thanks
Nikolaus