I am in a situation where I will probably need to manipulate two separate Cursor objects. I was hoping there was someway to create our own Cursor by combining two separate ones. But I am not sure if it is even allowed. Read somewhere you can’t, but I wanted to devote a specific question to that so it is at least given some attention for others who have a similar situation.
I am in a situation where I will probably need to manipulate two separate
Share
Have you tried
MergeCursor? Quoting the documentation:Also, if your objective is to display both
Cursorsin some form ofAdapterView, you could use myMergeAdapterand concatenate things at theAdapterlevel