You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work dude,So the issue is this instead of adding suggestions before hand I want to pull out suggestions from a remote database as the user starts typing...I tried implementing addTextChangeListener but its not working as expected for me...Please help.Thanks..I appreciate...
The text was updated successfully, but these errors were encountered:
You have to build your own adapter if you want to be able to add suggestions on the fly, you can't use the FilteredArrayAdapter (see #74 and #93 for some more details). I'm not really sure how to do this myself.
Nice work dude,So the issue is this instead of adding suggestions before hand I want to pull out suggestions from a remote database as the user starts typing...I tried implementing addTextChangeListener but its not working as expected for me...Please help.Thanks..I appreciate...
The text was updated successfully, but these errors were encountered: