• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Frame by Frame Animation issue out of memory or slow animation

I am having hard time to perform frame by frame Animation in my App from last 3 days. I have around 90 images in drawable folder to perform Animation.

Firstly I have tried AnimationDrawbale but it gets out of memory error. Also I have applied android:LargeHeap="true" but still it is out memory error.

Secondly I tried it with this class https://github.com/tigerjj/FasterAn.../tigerlee/libs/FasterAnimationsContainer.java but here the problem comes is the Animation is very slow in it. I want it to be very smooth.

Please help. Stuck in it from very long time.
 
Back
Top Bottom