Out of Memory Exception
hi,
I am getting out of memory exeption when i am loading image(muttable image). To create that image 25kb of code should run. Here i want to load 25 different images within the for loop. In Emulator it is loading all but in mobile device 6030 loading only 12 images.
So i used garbage collector and make null values for unnessary objects, after that 14 images are loading
can any one help me is there any technique to memory porting

