I haven't messed with IMEs so I don't have a quick answer. However, perhaps one of these holds the nugget of info you need: http://developer.android.com/intl/de/resources/articles/on-screen-inputs.html http://developer.android.com/intl/de/reference/android/view/inputmethod/InputMethodManager.html
Or, worse case scenario, you could create your own: http://developer.android.com/intl/de/resources/articles/creating-input-method.html On Sun, Feb 28, 2010 at 21:08, skalluraya <[email protected]> wrote: > Hi All, > > I have a small problem. When i focus on EditText a keyboard comes. By > default its Alphabets. If you want numbers then click on nuber button. > But what i want is default number keyboard should appear and when you > want alphabets press on alphabets button. How can i achive this > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

