<Auto suggestion on editText for Android> For my a...
# stackoverflow
u
Auto suggestion on editText for Android For my app, I need to add a suggestion feature when typing, I have used AppCompatAutoCompleteTextView and it works fine but I am struggling on 3 things: When the user is typing, is there is no match in the suggestion, I would like a default text to be suggested. for example, you type jkdjfdkl and it shows automatically Other App Features App Experience Other the other point is, when the user tap App it will suggest the 2 first item and it's fine but I would...