is it possible to build an android offline app via Python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

is it possible to build an android offline app via Python??

https://www.sololearn.com/discuss/1667039/?ref=app

26th Jan 2019, 1:33 PM
Alberthangout
Alberthangout - avatar
2 Answers
+ 3
With Kivy it's supposed to be possible.
26th Jan 2019, 2:44 PM
HonFu
HonFu - avatar
+ 3
Yes, you can build AndroidApps using Python. Kivy would be a good option, if youwant to make simple games. There is a disadvantage too,you won't be able to leverage very good standard and other open source Android libraries with Kivy. They are available via gradle build(in Android Studio) or as jars.
26th Jan 2019, 3:46 PM
Akinyele Isaac
Akinyele Isaac - avatar