I am stuck with dictionary hints while entering password (or any other text field). I am doing it in this way:
editText.setInputType(InputType.TYPE_CLASS_TEXT |
InputType.TYPE_TEXT_VARIATION_PASSWORD |
InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
But anyway when user selects keyboard predictions as “on” – during password entering it shows dictionary hints, which is stupid for passwords!
What I’m doing wrong?
More Info Here: http://developer.android.com/reference/android/R.styleable.html#AutoCompleteTextView_inputType
Use the IME Options for the Edit text.
More about Input Types:
http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputMethod
Also Do take a Look at here http://groups.google.com/group/android-developers/browse_thread/thread/d3c055137498bbc9?pli=1