My application has two requirements where one screen is an numeric entry and other has an search option. Since user has to use the numeric keyboard most of the time he has to change the input type of edit text and select the keyboard. Is there any way i could start a numeric keyboard for one activity and charater keyboard when other activty starts
Sebs
hiii,,,
Use for the edit text that should open a numeric keypad with following property:
And
android:imeOptions="actionSearch"for other activity Edit Text xml layoutHope you would be able to get what I mean to convey
With Regards,
Arpit Garg