7

I have seen how to implement both a CursorLoader and a AsyncQueryHandler. If I wanted to use this for an Android 2.2 application for a SimpleCursorTreeAdapter, which one should I use?

Hank
  • 3,367
  • 10
  • 48
  • 86

1 Answers1

0

I had someone recommend me a very nice library that made working with CursorLoaders quite painless. To be fair, that was mostly for use with a list and using a ResourceCursorAdapter, but it worked well for me. I'd recommend using a CursorLoader and this library.

Community
  • 1
  • 1
MowDownJoe
  • 728
  • 1
  • 11
  • 29