Add Snippet |
With the following code,one can stop the suggestions coming automatically from soft keyboard when you click on EditText.
raw · copy · downloadEditText.setInputType(InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Preview
Editors
Tags
Related Snippets
Simple FragmentActivity
Fix webview: Should not happen: no rect-based-test nodes found
Get the phone SDK version
Basic service example in android
DataBases Adapter
Sound Pool in android
Great short and simple!
Nice solution. But i need to hide suggestions from keyboard and the corresponding edittext ( text field ) must be multi line type. can you help to solve this ???
2 Comments
Great short and simple!
Nice solution. But i need to hide suggestions from keyboard and the corresponding edittext ( text field ) must be multi line type. can you help to solve this ???