I think there is a need to add a loading bar when the game activity switch to front !

I have tested on android. when the cocos2dx activity onResume(),the Cocos2dxRenderer will not call onDrawFrame at once which means that the game still be paused. So I think it needs a loading dialog in the period between onResume and the renderer starts the call of onDrawFrame.