[android-developers] Re: StartAnimation on child and OnDraw

2011-06-03 Thread Andrea Richiardi
I thought it was the AdapterView and the fact that my ViewAnimator inside doesn't have a father. But it wasn't. I've extended a ViewGroup this time and tried to bind the OnDraw method to my internal ViewAnimator (as the first post), but in vain. Animation are still not drawn even if view are

[android-developers] Re: StartAnimation on child and OnDraw

2011-06-02 Thread Andrea Richiardi
Anyone? I really can't figure out what I'm doing wrong... The animation doesn't draw. I also have overridden the canAnimate() method to be sure and disabled the Animation Drawing Cache to be sure on my AdapterView container. I guess that it makes no difference to have a simple View or a