Iphone App Similar to the Talking Larry Application
Posted
by
Zeeshan
on Stack Overflow
See other posts from Stack Overflow
or by Zeeshan
Published on 2011-02-04T06:55:59Z
Indexed on
2011/02/04
7:25 UTC
Read the original article
Hit count: 344
iphone
I am developing iphone application similar to the Talking Larry Application. I am facing an issue of Low Memory when i pre-load the animations into an NSMutable Array. If i do not pre-load the animations and load it into the Animation Images when the user touch the button then it takes Time and it play back the animation very Slow. And during video making it does not play the complete animations. How can i resolve this issue. I want to play back the animations similar to the Talking Larry app and do not want to get Low Memory Issue.
© Stack Overflow or respective owner