Home > Article > Backend Development > Is it feasible to develop Android apps in Python?
Writing Android APP in Python is definitely not the best choice, but it is definitely a very lazy choice.
We use kivy to develop Android APP. Kivy is a set of open source frameworks specially designed for cross-platform rapid application development, written in Python and Cython. It has very good support for multi-touch, which not only allows developers to quickly complete simple interactive prototype designs, but also supports code reuse and deployment. It is definitely an amazing NUI framework. (Recommended learning: Python video tutorial)
Because it is cross-platform, you only need to write the code once to generate Android and IOS APPs at the same time, which is very cool.
Create a .py file
Run:
Then a box will pop up, as follows, click "hello, kivy" and the color will change
The above is the detailed content of Is it feasible to develop Android apps in Python?. For more information, please follow other related articles on the PHP Chinese website!