3D animation between layouts like lock screen in jelly bean

So, basically I'm trying to reproduce this. It will be used as a view flipper. I haven't had a lot of experience doing this kind of thing in android, however any help would be appreciated! enter image description here

+3


source to share


1 answer


I'm not really sure what you are going to achieve, but I would start with a lecture like this: Android flip 3D animation . In the middle of an animation like this, it's pretty easy to change views. You can write your own container if the ViewFlipper isn't enough. If the view is too complex for Android, or your animation is more interesting than just flip / zoom / move, you can use OpenGL and shaders. Just draw your views on bitmaps, pipe them to OpenGL and do whatever you want to do with them.



0


source







All Articles