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 L
L
Check out MatrixCursor.
Maybe this will help you also Android - Database Table Join