Possible Duplicate:
Open a numeric keyboard without forcing the EditText to be numeric only
In my app i have an EditText field which accepts only integer values. so i thought it would be better to open the numpad automatically instead of the alphabetics when i click on this EditText.
How can i achieve this??
in your xml file when defining your EditText, you add your inputType as Number