I want to create a content provider that will bring results from a web server. Its like I send some post parameters to my web server and it returns me with some JSON response which I must parse and show it in the Quick Search Box of android.
I already looked into SearchableDictionary but they don't seem to be connecting to a server to get results. I searched over the web but no proper examples anywhere.
How can I do it?