What I mean by controlling an animation with a gesture, is like that I have an animation where my view object folds into itself. I want it to fold into itself when I slide my finger right-to-left across the screen, and if I slide it the other way at any point it will start to unfold.

I basically want the animation to react with a gesture I am doing. Similar to flipboard, pageflip and a SlidingDrawer, except my animation is defined in XML.

Does anyone know if anything like this is possible. My apologies for not being able to explain any better.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Try this I think you should find solution http://techdroid.kbeanie.com/2011/07/flip-animation-in-android.html http://www.android10.org/index.php/articlesuserinterface/215-handling-finger-gestures

link|improve this answer
This is very helpful. Thanks. – NotACleverMan Jul 19 '11 at 11:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.