Thanks a ton, its quite useful :) Cheers Android Contributor. Manjunath
On Mon, Aug 17, 2009 at 9:25 AM, Romain Guy <[email protected]> wrote: > > > http://d.android.com/reference/android/view/KeyEvent.html#getUnicodeChar(int) > > :) > > On Sun, Aug 16, 2009 at 8:48 PM, manjunath > chandrashekar<[email protected]> wrote: > > > > Thanks a lot for the quick reply, Is there anyway to convert Keycode to > > unicode? > > > > > > Android Contributor > > Manjunath > > > > On Mon, Aug 17, 2009 at 8:51 AM, Romain Guy <[email protected]> > wrote: > >> > >> Hi, > >> > >> It's neither, the keycode is the code of the key as defined in the > >> KeyEvent class. For instance keyCode == KeyEvent.KEYCODE_ENTER means > >> the pressed key was the "enter" key. > >> > >> On Sun, Aug 16, 2009 at 8:06 PM, manjunath > >> chandrashekar<[email protected]> wrote: > >> > Hi All, > >> > In the API onKey(int primaryCode, int[] keyCodes) ; of > >> > KeyboardView.OnKeyboardActionListener class. What does the Keycodes > >> > means? > >> > Is it ASCII code or Unicode. please help. > >> > > >> > > >> > Android Contributor > >> > Manjunath. > >> > > >> > > > >> > > >> > >> > >> > >> -- > >> Romain Guy > >> Android framework engineer > >> [email protected] > >> > >> Note: please don't send private questions to me, as I don't have time > >> to provide private support. All such questions should be posted on > >> public forums, where I and others can see and answer them > >> >> > > > > > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

