I have one question:
How can I select what soft-keyboard an edittext will load?
Thanks
I have one question:
How can I select what soft-keyboard an edittext will load?
Thanks
The user chooses the input method editor (IME). You can configure the IME somewhat via android:imeOptions
and android:inputType
attributes in your layout XML.
The InputType of the editText determines which keyboard is shown. See Input Type
hii friends ...have u know any other way to take input from our own array of String at the place of take value from XML as shown in sample in SDK ../sample/..