:) I got it now already up to 15 :)

bm = BitmapFactory.decodeFile("/sdcard/dcim/Camera/" + photoList[i]);
bphotos.add(Bitmap.createScaledBitmap(bm, 480, 320, true));
bm.recycle();

when I always use bm.recycle()

ok, but lets look on your insamplesize... i will also try.
but how to use in samplzesiez with decodeFile?
finaly i need 480x320...

but i am not sure if that helps at all. because life decoding needs
quit long time. so i have 2 options. a thread with background decoding
or creating thumbs and loading them direct into a gallery

but please tell me how to use insamplesize with .decodeFile or
creatscalebitmap

greets
chris

--~--~---------~--~----~------------~-------~--~----~
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