Quantcast
Viewing all articles
Browse latest Browse all 110

Android SDK - Android: Close soft keyboard when ENTER button pressed

textInput = (EditText)findViewById(R.id.textInput); textInput.setInputType( InputType.TYPE_TEXT_VARIATION_URI ); // optional - sets the keyboard to URL mode // kill keyboard when enter is ...

Viewing all articles
Browse latest Browse all 110

Trending Articles