I have a variable from xml:
editTextInput = (EditText) findViewById(R.id.editTextInput);
When the application loads the keyboard is shown, but I want to hide it, and if the user want to have it back she has to click on the EditText-field to display it.
1 Answer