Is there a way to connect a dynamic adapter to an EditText?
What I want is when a key is pressed on EditText, my code searches in (some) user repository and provides suggestions (instead of a static Xml list or array). This store is not a database; I think the CursorAdapter is for database results only. Sample code snippets are welcome.
android android-edittext autocomplete adapter
ankitjaininfo
source share