Being new to QPython, didn't find any reference about developing on a Mac or Pc, eventually deploying the code on the Android device.
In contrast to developing the code itself on the Android device which seems very awkward specially for larger projects.
I wish to write the code using a "normal" IDE such as IntelliJ using my Mac or Windows, eventually deploy it on an Android device, and execute with QPython.
So the following questions come to mind:
- Best practice to transfer source code to an Android device with QPython installed (not using the QR Code which is limited to few KB's of code)
- Is it possible to develop QPython code on Mac/Windows namely using the SL4A (androidhelper) or is it strictly available on the Android device itself
I have more questions but would be better to have the basic best practices.
Ps. to give a context in relation to question #1 we need to rapidly deploy QPython code on many devices quickly, so copying the .py files manually is out of the question, and the QR code feature is very limited, so perhaps create a script that imports a script? (via git or HTTP)