ListView using two cursoradapters?

前端 未结 4 679
陌清茗
陌清茗 2020-12-08 21:54

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

4条回答
  •  心在旅途
    2020-12-08 22:39

    Check out MatrixCursor.

    Maybe this will help you also Android - Database Table Join

提交回复
热议问题