I want to run my Application without the Android keyboard. The Keyboard should be always hidden, also when the EditText field focused.
Any Ideas?
I have tried the "hideSoftInputFromWindow" Method from the InputMethodManager, but it only hide it for the first time when the EditText focused.