Can python develop ios and android?

藏色散人
Release: 2019-08-07 11:58:56
Original
3571 people have browsed it

Can python develop ios and android?

Can python develop ios and Android?

Python can develop ios and Android. Using Python to write Android APP is definitely not the best choice, but it is definitely a very lazy choice

We use kivy to develop Android APP, Kivy It is a set of open source frameworks specifically used for cross-platform rapid application development. It is written in Python and Cython and has very good support for multi-touch. It not only allows developers to quickly complete simple interactive prototype designs, but also supports code reuse and Deployment is definitely an amazing NUI framework.

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 cool.

Recommended: [Python Tutorial]

Introduction to Kivy

The main architecture of Kivy is developed by the Kivy organization and has Python For Android, Kivy iOS and many other libraries are used on all platforms. In 2012, Kivy received a $5,000 grant from the Python Software Foundation to port Kivy to Python 3.3. Kivy also supports Raspberry Pi sponsored by Bountysource.

Its architecture includes all the elements for building an application, such as:

Supports many types of inputs, such as mouse, keyboard, touch user interface (TUIO) and multi-touch for specific operating systems Control events, only using the graphics library of OpenGL ES 2, and based on the vector buffer object (Vertex Buffer Object) and shaders, supporting multi-touch complex controls, an intermediate language (Kv) is used to simplify custom controls the design of.

Kivy has improved the PyMT project and is recommended for new projects.

The above is the detailed content of Can python develop ios and android?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!