POONAMKASHYAP / android-page-curl

Automatically exported from code.google.com/p/android-page-curl
0 stars 0 forks source link

this project only used two image #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
can you tell more details about the app,Can you tell me the principle,this app 
is more useful

Original issue reported on code.google.com by wp19831...@gmail.com on 3 Mar 2011 at 12:10

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
can you share the source or the executive file?

Original comment by loleungy...@gmail.com on 4 Mar 2011 at 3:32

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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