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

Mastering API Development: Why Postman Reigns Supreme Over Swagger

Email Address Validation

Flutter web view