Android: getting thumbnails from specific location on sd card
Posted
by dykzei
on Stack Overflow
See other posts from Stack Overflow
or by dykzei
Published on 2010-06-13T15:28:13Z
Indexed on
2010/06/13
15:32 UTC
Read the original article
Hit count: 270
AFAIK accessing thumbnails for images via MediaStore.Images.Thumbnails would generate thumbnails at first attempt, and that's what i need to perform against specific location on sd card.
The question is how to make valid URI to content under specific folder?
All answers i can find use just MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI as uri to make managedQuery. And result of it is Cursor that points to all sdcard images, while none examples can be found on how to access only specific folder.
© Stack Overflow or respective owner