ListView using two cursoradapters?

Viewed 12431

I have some code which executes two queries against a database and returns two cursor objects. Is there any way that I can combine these two cursors so that all the ListView gets the data from both?

4 Answers
Related