I am working with Harism Page Curl(Open GL)
https://github.com/harism/android_page_curl. Its working fine now. Here I want to display the image on the page curl to another view on a click. Could you help me, if it is possible..
You have checked this for page curl on click event? It is also helpful for me.
Related
I have to create this type of layout images are coming from server,images are countless,
at first moment i have 5 imageview to show these five coupons.but when images are more
than five then i have to use a page curl animation to set left images like this.
This snap is the after page curl.but i don't know how to implement this thing. Any helping
hands will be highly appreciated.
Same has been implemented in iPhone application.. So I am looking for help in an Android application.
Any help would be highly appreciated.
I have created animation for page turning. but animation not same like curl animation. have you any idea to give webview animation for page turning curl animation. or any other animation.
please suggest me. or have you any code than please tell me.
Thank You.
I think you are checking animation like this.
Check this for more page curl animation
I'm not sure what kind of software did you use to create the page turning animation. But I find this one, you can embed animation in webpage with simple codes. Refer to http://www.flippagemaker.com/faq/embed-flash-in-existed-webpage.html.
It seems that if you are using the FlipBook Creator (http://www.flippagemaker.com/flippingbook-maker/), you can directly publish flipbook animation into html web view-able format.
I have seen this example:- https://github.com/harism/android_page_curl
for implement page curl effect in android,But in this project use Bitmap ,But My requirement is to achieve this using View.Anyone suggest me?
i have designed an form in that form contain button when i click on the button next page should display in next page also an activity. my requirement is I want to implement page curl animation on button click.
I also got page curl animation code from github https://github.com/harism/android_page_curl , but still am confused with how to implement this project as in my application. can u please tell me how can i do that.
Thanks in advance.
Have a look at android_page_curl. This is easy to implement and and have examples for easy understanding.
Now I am trying page flip animation for web view in android
visit http://github.com/harism/android_page_curl and you can get information on how to page flip, but it is applicable only for images. What would I have to do to apply this for web view?
i had also facing same problem so I'm implementing below link but its not like page curl but full fill my requirement hope your also.
https://github.com/openaphid/android-flip
hope use full for you.