No.... well, at least I haven't found any.

I'm writing an app that creates images. I needed to code this from
scratch:

- Call bitmap.compress to store JPEG of full image and then use
MediaScannerConnection to insert it into the MediaStore.
- Generate thumbnails for my images: Insert new one into thumbnail
database and write out the corresponding JPEG. Using the MediaStore's
'insert()' method - which generates thumbnails as well, did not work
well, since it stores bitmaps as rather low resolution JPEGs (quality-
level = 50).
- Handle missing or corrupt thumbnails for the image-view part of my
app.


On Sep 30, 1:43 am, Nivek <[email protected]> wrote:
> A side question : when we want to display a thumbnail which is not
> available, is there a way to ask for its generation programmatically ?
>
> On 30 sep, 07:38, Nivek <[email protected]> wrote:
>
>
>
> > Is that normal that Images indexed in the MediaStore do not have
> > thumbnails generated until the Gallery app is launched and the user
> > actively navigates to the bucket where the image is stored ?
>
> > I think it's quite odd as I thought thulbnails generation was part of
> > media indexing.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to