Just finished new module for MoModth - MM_preloader.
It is now possible to add any feature which requires initialization to the MoModth's preloader. Preload Ads, initialize store, preload sounds, load remote data or anything you have in your project. This module works with MM_stabilizer as well, so you are sure that the app will run smoothly once everything gets preloaded with nice looking visual progress bar (or any visualisation you implement).
Module's API gives you possibility to easily add any custom feature to the preloader
It also has API which lets you build your visual preloader with loading bar, loading circle, percentage text or anything you want.
MM_preloader is the last module I add before the release. So now it's time to test everything out, finish alpha tests and API documentation. After that, beta tests start. I'll keep you informed .
(It's almost ready! )
EDIT: Ah! Forgot to mention that you can preload synchronously (next one starts preloading after previous is finished) or asynchronously (all entries start at the same time and finish whenever they're done). Swiching between synch and asynch is just a matter of one setting.