epatel / EPGLTransitionView

OpenGL ES view for animating a view transition.
http://www.memention.com/blog/2010/02/28/Bells-and-Whistles.html
393 stars 68 forks source link

Reduce memory? #2

Open nonamelive opened 13 years ago

nonamelive commented 13 years ago

Could anyone tell me how to reduce memory when transitioning? It takes 20M+ extra memory to complete the flip animation. I always receive memory warning during the transition now.

emadhegab commented 13 years ago

did you find a solution for that or not?

kuga0509 commented 11 years ago

I'm looking for a solution too. My app contains a lot of textures and it is causing it to pause several seconds between transitions. I've reduced the image sizes as small as I can (which does help), but it doesn't solve the problem completely.