Hi,

When creating a thumbnail (either by a plain 'insert' or by calling
MediaStore.Images.Thumbnails.getThumbnail), is is it possible to use
any value for KIND, or does it *have to be* either MICRO_KIND or
MINI_KIND?

If it has to be one of these 2 values, can you have more than one
thumbnail per image of the same KIND with a different file-name (DATA
column) and possibly with different widths and heights.

I'm asking this because the HTC Hero's default gallery app does not
seem to like having thumbnails of the MICRO_KIND with a width and
height that it does not expect (i don't know which values the HTC Hero
expects, though).

My app needs thumbnails of the size 80x80 and i don't want to scale
them (down) in an ImageView (performance reasons). I was thinking by
either inserting thumbnails of a different KIND, a KIND-value that is
used only by my app, or - if that's not possible - inserting a second
thumbnail for each image of MICRO_KIND with my 80x80 dimension in a
different jpg-file (DATA column of the thumbnail).

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to