RE:
Regarding Bitmap Sample ... in the offending activity, the imageview size for each bitmap is 600 x 700. I sized each of the bitmaps that will load to 600x700 in photoshop, so I am assuming there would be no benefit in this case to use load bitmapsample vs loadbitmap? Also, am I to understand that in order to free up max memory, I need to clear the imageview array, rather than just removing the imageviews? If so, how does one clear an array, perhaps simply re-dim?