On Oct 24, 2:47 am, "Evan JIANG" <[EMAIL PROTECTED]> wrote:
> There's a android.database.CursorJoiner class to join 2 cursors
Excellent.
Too bad about the sort prerequisite. Looks like we need a SortCursor,
since sorting on _id is nearly useless.
For my app, I don't expect the results to be long, so the naive
approach of listing indices, or reforming the results as a
MatrixCursor isn't too bad. But I'm wondering if there might be
another algorithm or existing implementation I should be aware of
before I dive into my own.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---