managedQuery() vs context.getContentResolver.query() vs android.provider.something.query()

Posted by Macarse on Stack Overflow See other posts from Stack Overflow or by Macarse
Published on 2010-04-07T19:15:43Z Indexed on 2010/04/07 19:33 UTC
Read the original article Hit count: 656

Filed under:
|

Pretty simple. What is the difference between those three?

I want to list every Image in a device. Should I use managedQuery(), android.provider.MediaStore.Images.Media.query() or context.getContentResolver.query()

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk