After pushing numerous pictures onto an SD card image, I'm having trouble displaying them in a grid-like view. I am trying to use android.provider.MediaStore.Images.Thumbnails to access image thumbnails, but I can't find a way to generate thumbnails and populate the thumbnails table.
I have tried using Images.Media.insertImage(), but this does strange things like create multiple thumbnails per image and it frequently causes an OutOfMemory error. I am using android.media.MediaScannerConnection to scan the individual picture files -- this adds the pictures to the Images.Media table, but this does not generate thumbnails. How do I create thumbnails? And what is the best way to add an image into the MediaStore database? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

