android - Dynamic data for Adapter attached to EditText -
Is there a way to attach the dynamic adapter to EditText?
What do I want - instead of providing a search and suggestion in a key (some) custom stores, my code is pressed on the edit text (instead of a fixed Xml-list or array). This store is not a database; I think cursor adapter database results are only for example example snippets are welcome.
I found the solution and posted the answer.
Write a custom SimpleCursorAdapter
. Override runQueryOnBackgroundThread ()
Return a new matrix kaiser based on method and input content Associate this adapter in the autocomplete edit box.
Let me know for this answer @
Comments
Post a Comment