[android-developers] Thumbnails and picking picasa images from gallery on ICS

2012-05-25 Thread Thomas Fjellstrom
I'm having a hard time getting Thumbnails.getThumbnail to work with picasa photos on a Nexus S running ICS. Everything else seems to work including getting the original image from picasa and displaying it, but the getThumbnail doesn't seem to work. I'm getting the following errors when attempting t

[android-developers] Thumbnails query ok but how to get thumb?

2009-04-21 Thread barbapapaz
Hello I use ImageGallery2 of application camera to select an image. The result is an uri of image. The last segment of path is the image id in database. baseImageId in query is the last segment of previous uri I execute this query to get thumb of my image (and query is sucess) private static fi

[android-developers] Thumbnails problem

2009-04-17 Thread cpouw...@gmail.com
Hi I have been trying to create my own camera/ gallery application. But while doing so I have a problem. What I am trying to create is an application that takes a photo and save it. Then I would like able to open those photos and create a gallery which can show a overview of the photos. To make

[android-developers] Thumbnails

2009-03-14 Thread Gaurav
I will like some clarifications around thumbnails: 1. Whose responsibility is it to generate thumbnails - the android OS or the application developer? 2. If it is that of android OS - Can you please explain when the thumbnail generation happens and whether it is possible to have images on my SD

[android-developers] Thumbnails

2008-12-12 Thread fala70
Somebody know how use android.provider.MediaStore.Images.Thumbnails ? I want to make a grid photo using thumbnails created automatically with camera app. Stefano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andro