Hi,
I'm wondering if there's any way to merge two cursors together and then resort them.
I can easily merge two cursors together by using a MergedCursor, but that doesn't sort them.
I have two sets of contacts in two separate cursors (with totally different schemas) and I want to merge them and sort them by name (the name column is different in the two cursors).
Is this possible?
Thanks,
Tony