Can I develop Android app with python?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I develop Android app with python?!

I'm python programming and wants write Android program

15th May 2020, 3:24 PM
Jason
Jason - avatar
11 Answers
+ 5
you can use kivy module for both android and iOS. but it will not be completely native like when built with java: https://kivy.org/doc/stable/guide/android.html
15th May 2020, 3:25 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 2
well this is pretty relative. it matters what you wish to develop. i would always choose kivy over java because of its simplicity and all out-of-the-box widgets you can customize. java is harder and it can get pretty messy if the project is too complex. to be honest i think sololearn app was built with java for android, but it has a lot of features and java seemed the best option in this case
15th May 2020, 3:32 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 2
And that program that's right it's kivy isn't larger than which write with java Last year I develope android program with c sharp xamarin but it has a big problem that its programs are very large in size when release
15th May 2020, 3:35 PM
Jason
Jason - avatar
+ 2
Thanks a lot
15th May 2020, 3:38 PM
Jason
Jason - avatar
+ 2
Using kivy module
17th May 2020, 1:52 AM
Awojobi Godfrey
Awojobi Godfrey - avatar
+ 2
Yes , but not recommended
17th May 2020, 3:19 PM
Wei Phyo Aung
Wei Phyo Aung - avatar
+ 2
Why not recommended?
17th May 2020, 3:29 PM
Jason
Jason - avatar
+ 2
Can anyone explain how python code convert to android with kivy?
17th May 2020, 3:39 PM
Jason
Jason - avatar
+ 1
Which is easier python or java for developing android apps
15th May 2020, 3:28 PM
Jason
Jason - avatar
+ 1
I don't know about the size honestly, but why i would choose kivy over java is that the same app will run on both iOS and android without any modifications
15th May 2020, 3:37 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 1
It uses buildozer for conversion
19th May 2020, 7:17 PM
Awojobi Godfrey
Awojobi Godfrey - avatar