views:

27

answers:

1

I have a continuous frame animation which runs 24 frames per X seconds, which is working fine, Now when i run another two animations ( Alpha animation ) at the same time , i notice performance drop , that is frame animation slows down.

Any idea why this is happening, and is there any work around for this?

Thanks in advance.

A: 

I'd say that you code in inefficient and the phone can't handle it. If you provide the code I'm sure people can look over it and find where the inefficiencies might be.

Also, is this on a phone or the emulator?

matto1990
thanks for replying. I have derived a class from AnimationDrawable and implemented some features to support callbacks. This class is used for frame animations. ( http://www.facebook.com/topic.php?uid=128857303793437I have tested on both device and emulator, no much difference.I need to know whether its possible to run multiple animations at same time in android without any performance drop.
croc