The scenario is the following:
- I've got an android app that basically consists of a mapview.
- This app queries various web services such us foursquare or wikipedia to obtain a list of locations and plot them into the map.
The question,
- Does anybody know how to build a Content Provider where the data source is a web service (like the ones mentioned above) and not a db? It'd be great if you could point me in the right direction.
Thanks!