On a new page (many pages actually) in my app, I want the numeric keyboard to be always on, is this possible?, instead of making individual buttons for each number.
You can set it per field, I don't know if you can set it as default though
<EditText android:inputType="number" ... />