I have 2 different sets of data, each of them use its own ContentProvider
. Querying to them I can get 2 different cursors. Those 2 cursors has 2 different primary keys, but there's one and the same field (DATE
) which I can use for ordering (other fields are different).
My goal is to have one final merged Cursor
which will be sorted by those DATE
field. I have investigated MergeCursor
but it doesn't fit to me, since it returns merged/concatenated (but not sorted Cursor
).
Any ideas, clues?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…