Python Forum

Full Version: Developing application for Android
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to develop a business application for Android which basically reads/writes some data from a remote SQL server.

My preference is to write using Python (with tkinter & page for GUI) on a windows machine and migrate it. However, I'm not sure if the application will run (error free) on an Android device.

The alternative is to install an Android emulator (like Andy) on a Windows machine and start writing.

To make the correct choice, I appreciate any thoughs.

Thanks.
For developing Android app with python - check Kivy

Also, I didn't try these but there are several options like Beeware and chaquopy