Disable Predictable Text in EditText

In EditText, if you want to set the filter,

android:inputType="textNoSuggestions|textUri"
edittext.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);

Comments

Popular posts from this blog

Clear the app data programmatically in android

Proguard usage in Android

Singleton classes