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

Flutter Bloc - Clean Architecture

What's new in android 14?

Dependencies vs Dev Dependencies in Flutter