Learn how to use common techniques
process
load Bitmap objects
keeps your user interface (UI) components responsive
avoids exceeding your application memory limit.
If you're not careful, bitmaps can quickly consume your available memory budget leading to an application crash due to the dreaded exception: java.lang.OutofMemoryError: bitmap size exceeds VM budget.
how to load multiple bitmaps into ViewPager and GridView components