I have an editText (Input type : only numbers) and I already know how show always the keyboard.
I'm currently using this coded in my manifest :
android:windowSoftInputMode="adjustResize"
But how can I show always**(everytime that the activity starts)** the numpad instead the keyboard ?