enter text android studio code example
Example 1: android text field numpad
android:inputType="number"
Example 2: android java text fields
EditText usernameEditText = (EditText) findViewById(R.id.Plain textid);
android:inputType="number"
EditText usernameEditText = (EditText) findViewById(R.id.Plain textid);