[android-developers] Re: How do I flip images?

2013-08-12 Thread Shadab Khatib
Hello, For starters you can have a look at the Screen Slides methodology using ViewPager for Screen Slides. You can find the documentation for it in the link below http://developer.android.com/training/animation/screen-slide.html Hope it solves some part of your query. Thank You On Thursday, 8

Re: [android-developers] Re: How do I flip images?

2013-08-12 Thread N. Paudyal
Hey, yes, this does help a little. It doesnt allow flexiblity with regards to animations though, for example, I cant do the flip like here... http://developer.android.com/training/animation/cardflip.html with the finger... On Mon, Aug 12, 2013 at 3:05 PM, Shadab Khatib

Re: [android-developers] Re: How do I flip images?

2013-08-08 Thread SonyPhoneGuy
Hey, thanks for that, I just needed to know if there was something in the documentation I was missing/if there was an easy way to achieve the effect. Will have to settle for a horizontal scroll, with a bit of drop shadow, doesnt look too bad actually, especially when its moved with the finger

[android-developers] Re: How do I flip images?

2013-08-07 Thread Nobu Games
I was in the same shoes a while ago. There is no easy way to get a convincing animation. And you cannot get it at all using Android animation objects. There are a few page curl, page flip tutorials out there. It will boil down to creating your own view that renders it. And that's not really

Re: [android-developers] Re: How do I flip images?

2013-08-07 Thread N. Paudyal
I cant seem to find a good one... The only one thats slightly pleasing is: https://code.google.com/p/android-page-curl/ I downloaded their reader off the app market which implements it. Its awful. I thought there would be some easy way of doing what the Play Book does, thought there would be

Re: [android-developers] Re: How do I flip images?

2013-08-07 Thread Nobu Games
Unfortunately not, it's simply too specific. In that case you may have to roll your own implementation, I'm afraid. Or better: just simplify your requirements and use a ViewPager for flipping your pages. It's just a horizontal scroll animation but it's ok. On Wednesday, August 7, 2013 3:31:21