On Tue, Jun 23, 2009 at 1:07 PM, MMC2<[email protected]> wrote:
>
> Can someone please tell me how to enter a negative number into an
> EditText?

Ensure the EditText box is in focus (the cursor will be blinking
inside it), then press the minus key "-" followed by the numerical
digits required for your number.

>
> Also where can I find a map of the keyboard and corresponding
> keycodes.

I'm not aware of a graphical map of any of the currently released
Android phones, although I only did a quick search for G1 images. You
can find the keycodes here:

http://developer.android.com/reference/android/view/KeyEvent.html

The actual position of these keys will depend on the phone, but you
could compare them against images of the phones you are planning to
target.


Regards,

Sean

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to