Re: [android-developers] Right way to animate children inside a viewgroup?

2011-08-22 Thread TreKing
On Mon, Aug 22, 2011 at 1:19 PM, Arpit Mathur wrote: > Any ideas on what the right steps are to do a custom rearragement of child > views? Did you look at the various animation classes in the SDK? -

[android-developers] Right way to animate children inside a viewgroup?

2011-08-22 Thread Arpit Mathur
I am building a custom viewgroup that arranges a bunch of children in a particular layout. On a particular trigger (lets say an external button press), The children animate to new positions. The way I tried doing it was by starting a Timer and on each timer update, computing new positions and t