Python Forum
Best extension for Andriod developing ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Best extension for Andriod developing ? (/thread-26359.html)



Best extension for Andriod developing ? - samuelbachorik - Apr-29-2020

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 !


RE: Best extension for Andriod developing ? - Larz60+ - Apr-29-2020

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.