-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use with remote data? #143
Comments
You'll need to build you own Adapter similar to this one: tldr: I suggest to implement a Handler that posts to the adapter with a delay of 450ms and is capable of obtaining all previously sent messages. This will prevent multiple filterings when the user is typing. Looks somewhat like this: private static final int MESSAGE_TEXT_CHANGED = 1337;
|
Can you please share the full source code for this implement class ? |
Can someone guide me how can I use auto complete with remote data?
The text was updated successfully, but these errors were encountered: