[android-developers] Re: Thumbnails

2009-04-07 Thread ivan
So how exactly does one shut off thumbnail generation? What do the Camera.Parameters settings look like to do this? On Mar 15, 2:47 pm, Iliyan Malchev wrote: > On Sat, Mar 14, 2009 at 4:37 AM, Gaurav wrote: > > > I will like some clarifications around thumbnails: > > > 1. Whose responsibility

[android-developers] Re: Thumbnails

2009-03-17 Thread todd
Yes, you can have both thumbnail types. It's just another row in the DB. The kind fields would be different for the micro and mini rows. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Thumbnails

2009-03-17 Thread Gaurav
One point is still left, can we have duplicate thumbnails of same kind. Say I have an Image, can there be two thumbnails of micro kind of the same image? - No, right? On Mar 17, 4:52 am, Dave Sparks wrote: > We have a number of issues with metadata that need to be sorted out. > Unfortunately, it

[android-developers] Re: Thumbnails

2009-03-16 Thread Dave Sparks
We have a number of issues with metadata that need to be sorted out. Unfortunately, it will have to wait until the next major release. Unless I'm mistaken, micro-thumbnails are generated by the music player for album art. This is just an optimization to improve list flinging operations in the mus

[android-developers] Re: Thumbnails

2009-03-16 Thread Iliyan Malchev
On Mon, Mar 16, 2009 at 1:20 PM, todd wrote: > > Having the camera app create thumbs when a photo is taken is great, > but another common scenario has been left unanswered. What happens > when the user inserts (or copies) images to the SD card? I believe that the camera app or the picture galery

[android-developers] Re: Thumbnails

2009-03-16 Thread todd
Having the camera app create thumbs when a photo is taken is great, but another common scenario has been left unanswered. What happens when the user inserts (or copies) images to the SD card? I've found that unless the Pictures app is run, no thumbs have been generated for the images on the SD ca

[android-developers] Re: Thumbnails

2009-03-16 Thread Iliyan Malchev
On Sat, Mar 14, 2009 at 4:37 AM, Gaurav wrote: > > I will like some clarifications around thumbnails: > > 1. Whose responsibility is it to generate thumbnails - the android OS > or the application developer? > Pre-cupcake, android (specifically, the camera framework which runs in the mediaserver

[android-developers] Re: Thumbnails

2008-12-12 Thread fala70
I seen that it can get the contents thumbnails photos, but is not clear how link a thumb photo with the original photo. Somebody know that ? Stefano On 12 Dic, 22:48, fala70 wrote: > Somebody know how use android.provider.MediaStore.Images.Thumbnails ? > > I want to make a grid photo using thum