Here we'll cover Android specific topics:
- Android set up enviroment
- Android manifest merging
- Geometry issues
- Native controls
- Android: standalone application settings
- Android: font issues
- App identifier
- Amazon purchasing
- Signing an app
- Saving files on Android
- SMS
- Status bar
- Swipe
If you have some trouble, please read here: http://livecode.com/how-to-deploy-apps-to-android-devices/
Beware: if you put some command that isn't supported on mobile platform, the message containing the unsupported command could end at the unsupported command. For cross platform software suggest to use:
if the enviroment is "mobile" then ... else ... end if