>- How to order a app to close
There is no api for manually closing an app. iOS does not provide a programmatic mechanism for killing an app process.
How about android?
>- how to change screen left or right with a slide move in the screen
The MobiOne designer does not support swipe-page transitions yet.
OK
>- how to get a icon inform about wi-fi connection
Use the Cordova/PhoneGap javascript api from your native app to detect the device’s connection type: http://docs.phonegap.com/en/2.9.0/cordova_connection_connection.md.html#Connection
OK