+ 4
Why android OS developers not using python language?
4 Respuestas
+ 3
It's mainly because of there interest
+ 1
Can u explain clearly...!
0
While Android already has a good SDK out of the box, being able to use Python instead of Java is a big advantage for some developers - it allows for quicker turnaround times, and reuse of Python libraries. Python on Android uses a native CPython build, so its performance and compatibility is very good. Combined with PySide (which uses a native Qt build) and Qt’s support for OpenGL ES acceleration, you can create fluent UIs even with Python.
The resulting PySide-based applications run on Android, but also at least on Mac OS X, Windows, Linux and Maemo and MeeGo - basically all platforms on which Qt is available. The SL4A/Py4A-based applications will run on Android only, but will be able to utilize Android-specific APIs. Both approaches can also be combined.
https://crbtech.in/java-training/top-best-java-training-institutes-in-pune
0
I think it was just because of the time android was created, python only picked up in 2017