Jan Burse schrieb:
Dear All,
Assume I have a terminal app for Android. How
would I implement history up/down? (*)
On the classical PC one would use the up arrow
and the down arrow, but on Android.
Hints welcome.
Bye
(*)
The up and down already works under the hood,
question is what in the GUI should signal an
up and down.
Using Hackers Keyboard App does it. It has
arrows, and I get the following events:
Up Arrow: KeyEvent.ACTION_DOWN + KeyEvent.KEYCODE_DPAD_UP
Down Arrow: KeyEvent.ACTION_DOWN + KeyEvent.KEYCODE_DPAD_DOWN
Bye
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en