I need to populate the spinner according to the values selected from auto-complete.When ever i select a value from the auto-complete edit text corresponding to that value there will b some data's in SQLite.It should fetch those values and display it in spinner.
Asked
Active
Viewed 67 times
1
-
use a `SimpleCursorAdapter` with setup `FilterQueryProvider` – pskink May 21 '16 at 05:05
-
can u give me an example or reference to understand that? – Akhil Kailas H May 21 '16 at 05:19
-
sure, see [this](http://stackoverflow.com/a/19860624/2252830) – pskink May 21 '16 at 05:41