Python Forum

Full Version: Best extension for Andriod developing ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i am using PyQt for windows GUI applications for long time but now i want to learn how to make android apps. Please can you give me some tips for best way how to make Andrdoid apps in python ? Any similar module as PyQT is ?

Thank you guys !
here's a link to some android projects: https://pypi.org/search/?q=android
you can get the code for any project by clicking on it's pypi link, and then clicking Homepage.
Once in GitHub, you can download a zip file of clone any project to study the source code.