+ 2
Can I make an andriod app with python?
4 Answers
+ 2
You can also use Kivy directly on your device. It is an open source library to develop Python applications for Android and a language, Kv, for describing user interfaces. It is available for Python 2 and 3
+ 1
yes, you can, though the more natural choice would be to use java. if you want to learb how you can do this, look for "python for android documentation" on Google for a specific explanation and instructions.
+ 1
Yes
- 1
Yeah, the android sdk is meant for java since it has complete access to the android apis. with that said, c is also used, and nothing is impossible. any language which can converse with the api will work.