6 ms·
Thanks! I actually made everything with regular Android View elements and used Animator for all the animations.
by grantland 14y ago
Thanks! I actually made everything with regular Android View elements and used Animator for all the animations.
- obviouslygreen 14y agoWow, very nice. Really shows how minimalist design can let you use the framework without resorting to OpenGL and still look great.
- antrix 14y agoI'd love to see a writeup with some code samples. Android view animation is something I've never really got the hang off.
- habosa 14y agoWow could you please consider open sourcing it or posting a small tutorial? I'd love to learn how to do something this beautiful without a game engine.
- grantland 14y agoI won't be open sourcing it, but I might consider writing a small tutorial at some point. For now, you could dig into the Android source code to learn how to modify drawing, layout and touch events of Views and ViewGroups. Here's also a good post on Animator: http://android-developers.blogspot.com/2011/02/animation-in-honeycomb.html http://android-developers.blogspot.com/2011/02/animation-in-...