I would like to know if any one can guide me on a particular issue I am facing in a project. Let me first explain you the scenario. We have a project that takes almost 60mbs in memory due to some high quality images we are using. We plan to introduce some small popups at various events in the app, these popups will be animated. We want to allocate no more than 10 mbs for such pops, so far we have explored following options
- Imageview animations (very high on memory usage)
- Using Movie player to create a small video (however it limits our flexibly and we have to keep a check on video quality)
Now we have some potential options as well, such as
- using an animation framework, cocos2d or spritekit. However wouldn't using such a framework for this purpose be an overkill?
- Using SWF files by converting them in html5 and than loading in webview. Will this be an efficient way or has some potential side effects?
Any help will be greatly appreciated! Please let me know if any aspect of my question is unclear
Regards
Yasir Munir