Can I make android app only with Python and Kivy? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I make android app only with Python and Kivy?

I'm working with Python and I found that Kivy can make some app with Python. I have a doubt that what kind of app can I create with Kivy and can I hack any android app with Python. Not hacking into the app but like making a bot for an app.

9th Jun 2020, 3:28 PM
Vishnu Ram M
Vishnu Ram M - avatar
2 Answers
+ 2
Kevy is good for making cross platform apps that supports both Android and iOS. But the problem is you might need Java for some features that are not supported by kivy. You might also face performance problems on your app. And there is low community support, not much as Java or kotlin. So finding a community help for your problems are often not easy as in Java.
9th Jun 2020, 4:19 PM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
0
Also if you use Kivy, as it is not native for Android Development so to it will consume more size to bundle it.
9th Jun 2020, 6:53 PM
Hardik Sharma
Hardik Sharma - avatar