I am having an OutOfMemory exception with a gallery over 600x800 pixels JPEG\'s.
The environment
I\'ve been using Gallery with JPG ima
I Also faced similar issue couple of weeks back and i solved it by scaling down images upto optimal point. I have written complete approach in my blog here and uploaded complete sample project with OOM prone code vs OOM Proof code here.