I am familiar with Python and a few other languages and I was wondering if I could get a simple python script (one file) to run as a native application on Android. I believe building an APK and running it will do the trick. I do not want the users to download an external application, and load the script from there, I want to make the app, and when it is being executed, it will simply show nothing, but run in background (kind of an infinite loop). Also, hooking it up to launch automatically on boot would be ideal. And one more thing.. Is it possible to access Android services such as Location, Accelerometer etc.?
Thank you very much.