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?
Asked
Active
Viewed 1,507 times
1 Answers
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