Open GoogleCodeExporter opened 8 years ago
[deleted comment]
very good project.
so first thank you.
like this.
http://www.youtube.com/watch?v=Yg04wfnDpiQ
i want add image(or other) for page curl current page back view(not background
page)
how to??
see attach png file.
sorry my bad english.
Original comment by SwayL...@gmail.com
on 4 Mar 2011 at 2:01
Attachments:
can you share the source or the executive file?
Original comment by loleungy...@gmail.com
on 4 Mar 2011 at 3:32
This could be achieved in the same way I create paths and render them.
Original comment by B.Thax....@gmail.com
on 23 Aug 2011 at 10:27
mPages = new ArrayList<Bitmap>();
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.page1));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.page2));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.page3));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.page4));
mPages.add(BitmapFactory.decodeResource(getResources(), R.drawable.page5));
// Create some sample images
mForeground = mPages.get(0);
mBackground = mPages.get(1);
Original comment by iash...@gmail.com
on 26 Apr 2012 at 5:00
Original issue reported on code.google.com by
wp19831...@gmail.com
on 3 Mar 2011 at 12:10