Managing media using the Android MediaStore

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-05-01T23:45:04Z Indexed on 2010/05/01 23:47 UTC
Read the original article Hit count: 702

Filed under:
|
|

I manage the media (images, sound) of my app directly, reading and saving to the SD card. Should I be using the MediaStore instead? I'm not quite sure what the MediaStore is for, and the javadoc is not very helpful.

When should an app use the MediaStore?

© Stack Overflow or respective owner

Related posts about android

Related posts about mediastore