josh78752
USA
Asked
— Edited
Resolved by Rich!
I've gone through the tutorials on how to view and run your app on Android, but I need to create a kid-friendly app with a super simple interface that works on a Windows 8 tablet. Is it possible to launch and operate your app within ARC in a manner similar to the way it works on Android, such that it takes up the entire screen?
Thanks,
Josh
You can put ARC in full screen
Choose Options tab on the ribbon Select Preferences Check Fullscreen
However, it doesn't provide the same style of interface customisation as the Android app does.
An alternative, you can use the HTTP Server option and build a web based interface which will run in the browser in full screen provided ARC is also running in the background. This is a simple case of building the HTML page and using the script commands to start and stop or move things. If you need some example URL syntax I'll post some however it is pretty much the same as the EZ-Script commands.
Awesome! Thanks so much, Rich. I will take this info and go tinker.