POONAMKASHYAP / android-page-curl

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

Suggestions #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Great work! Very impressive animations you have created here, works like a 
charm.

Couple of suggestions to improve the library:

 - Like you said, implement the ability to use Views instead of Bitmaps. You can easily start adding this in by supplying the Foreground and Background Views within the constructor, and then draw then to a bitmap (via a canvas) in the Init method.
 - Dont require a background Image? For example, maybe its just a small drop down you want to curl in and out, which will be overlayed on top of the current layout. You dont want to supply a background image here, instead all you want to do is curl the drop down view.

I might look into this at some point as well, see if I can get it working.

Original issue reported on code.google.com by andr...@virtual-universe.net on 9 Mar 2011 at 3:29

GoogleCodeExporter commented 8 years ago
Does this work with text also, or is it limited to images? I'd like to use it 
for eBook reader.

Original comment by kosir.milan on 15 Mar 2011 at 1:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks a lot!

Great work, and this will avoid the complexities that OpenGL has.
I wonder if you can make it work the opposite way. I mean, to flip the page 
from left to right as a second option in the application in addition to your 
default right to left flip.

Thanks again.

Original comment by halho...@gmail.com on 8 Apr 2011 at 11:54

GoogleCodeExporter commented 8 years ago
Hello guys,
Can any one guide how to get the Pageadapter class, im interested in this 
project and i wanna work on it to make it work like ebook reader. the problem 
that im confused to make the adapter for my views. thank you

Original comment by khouja.a...@gmail.com on 24 Apr 2011 at 9:11

GoogleCodeExporter commented 8 years ago
newView = mInflater.inflate(R.layout.list_item,parent,false);
the error is in list_itme.how it woild be resolved????
plz help me

Original comment by SALAM2SA...@gmail.com on 9 Jun 2011 at 5:49

GoogleCodeExporter commented 8 years ago
I'll add some examples to show a the use if the View without an adapter. Thx 
btw!

Original comment by B.Thax....@gmail.com on 23 Aug 2011 at 10:25