If your game uses a lot of animation, Cocos2D is most likely your friend. This is because Cocos2D supports PVRTC texture, which reduces memory usage. PVRTC is an image format. When it loads into RAM, it consumes less memory due to image quality. PVRTC is not yet supported in the current version of Sparrow.
source share