Open GoogleCodeExporter opened 8 years ago
you should not load many images, instead you should stream them in and only
handle 2 images.
Original comment by B.Thax....@gmail.com
on 7 Jun 2012 at 10:11
// Create pages
mPages = new ArrayList<Bitmap>();
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.splash));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a1));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a2));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a3));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a4));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a5));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a6));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a7));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a8));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a9));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a10));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a11));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a12));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a13));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a14));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a15));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a16));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a17));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a18));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a19));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a20));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a21));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a22));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a23));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a24));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a25));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.a26));
// mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.end));
i hav also same problem, isn't run. if used only 18 images its run properly bt
more than it's not work
Original comment by aashish....@gmail.com
on 26 Dec 2013 at 1:42
Original issue reported on code.google.com by
kieranwe...@gmail.com
on 10 May 2012 at 9:10