On Wed, Nov 26, 2008 at 3:37 AM, jarkman <[EMAIL PROTECTED]> wrote: > I have the slightly hazy idea that we could write our own Cursor that > took a pair of Cursors and a join expression, so as to do this in a > general way. That would be handy in all sorts of ways. Do you think > that would be practical ? Or is the absence of it in the SDK a clue > that it is harder than it looks ?
Sure, Cursor is just an interface. For example: http://code.google.com/android/reference/android/database/MergeCursor.html -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

