emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
924 stars 273 forks source link

How does FlipView compare to android-flip? #33

Open munum opened 10 years ago

munum commented 10 years ago

It seems that android-flip (https://github.com/openaphid/android-flip) aims to achieve the same goals, so how does FlipView compare to android-flip?

emilsjolander commented 10 years ago

I haven't used it but from i quick look it seems they render the page to a texture which they flip. This library does the flip effect on a live android view which enables you to flip views containing animated views.