+ 2
Mobile programming using python.(framework kivy)?
Hello. I'm starting to take an interest in mobile programming especially on Android using the python programming language. Surfing the Internet, I actually noticed that there is a framework called kivy dedicated to this. Is it a good idea to learn this framework? What other python frameworks would you suggest for mobile programming?
2 Respuestas
+ 2
Yes, actually it is possible to program for android using Python.
But you will miss the tools which you have while programming in Java or C++.
You can go for online tutorials on YouTube like-
https://m.youtube.com/playlist?list=PLXSs3HKyWAE6OVErho0Uj4Jc6QAebTE-k
Keep in mind that Python gets quite slow.
+ 2
For android application development in python kivy is the best choice, Use buildozer it will install the necessary components like python-for-android, Android sdk, Android ndk in a single command.. We can also create a package for Windows using kivy.. I built some apks, exe files in kivy it is easy.. Trust me you gotta love kivy framework..
have a nice day