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/FasterAnimationsContainer/blob/master/src/com/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.