Android Page Curl Animation - android

I'm bit new to android animations. Currently I'm developing an story activity which needs to use page curl animation like in iphones. As I found there is a way to do that in iphone. But still i couldn't find a way to do in android. so please help me on this.
Thanks to you all

There is a project in google code that solves that:
http://code.google.com/p/android-page-curl/

also, i've looked for good solutions and here is results of my researching:
App in the Google play with curl animation:
https://play.google.com/store/apps/details?id=com.flyersoft.moonreader
Project on the Github (both are used to images only):
https://github.com/harism/android_page_curl
http://code.google.com/p/android-page-curl
Topics:
Page Curl Animation in android?
Implement page curl on android?
Android page Curl animation

Related

Page Transformer animation like Google Play Books app

I want to implement animation when change the page in ViewPager, I know that I must use PageTransformer. I want to create an animation as Play Books app from google (like this).
I had searched a lot but no answer was accepted.
Any one can help?
There are many page curl libraries:
android-FlipView
transitionviewpager
android-flip
FoldableLayout
FoldableLayout2
android_page_curl
I wish one of them fulfill your need

Swipe to show Buttons in ListView just like IOS

I am trying to achieve IOS Mail like swipe effect in Android. I have gone through several links and blogs but nothing was as good as IOS Mail app. I also searched SO but nothing was helpful.
I tried below link:
https://github.com/47deg/android-swipelistview
https://github.com/dharanikumar/IOS_7-SwipeGesture-Android
https://github.com/baoyongzhang/SwipeMenuListView
This is what I want:
How can I apply these effects in Android ListView? Is there any library or some piece of code which might be helpful?
Not sure what are the issues you've had with the other libraries, but you can try this one:
AndroidSwipeLayout
I'd also like to point out it's kinda futile to try to mimic a specific app of another platform in terms of look & feel.

Page curl effect for webviews in Android

I'm working on a project where i need to change between different Webviews on swipe. I want to apply a page curl animation to the webviews on each swipe, i.e., when we swipe on a webview it should get curled and the next webview should be displayed. Can anyone please help me regarding this.
Thanks a lot.
It's not possible (asfaik). There is a similar post here, where they suggest javascript but it only seems to work for iOS. That said you could try taking an image of the screen and putting it as an overlay of the webview and then use page curl on the image.

How can i change page by touching in android magazine app?

I am new to android. I will create a magazin app. In my app i want to change page by touching the page. How can i do this?
It is a page curl effect,Look at,
Page Curl for Android
Android_page_curl by Harism
Please check out this . Page Curl Android

Layout curl effect in android

i want to curl the page on the touch or drag the page to show the curl effect
like in iphone and ipad. I have searched over the net and came accross this link :-
Page curl/turn effect in Android
but the code listed out there is for curling a bitmap while i want to curl a view
Is there any possibility that using view type animation in android i can achieve this??
The code listed out on the link is heavy to understand bt still is there a possibility that
changing the code above will make me achieve this task??

Categories

Resources