I’d like to create a Number Pad myself for my application in order to put prices and I have two questions:
1)I don’t know how to block the virtual pad of the EditText. Can anyone help me?
2)Using a TableRow with buttons is the best solution for making a Numeric pad?
for 1
you can use
and in the manifest file of that Activity file use
android:windowSoftInputMode="stateHidden"keyboard will never opens 🙂for 2 YES