Android/Kivy

< Android

Kivy is an open-source library that people can use for rapid development of multi-touch GUI programs for Android and other platforms in Python.[1][2][3][4]

The "Python for Android" project, by default, uses Kivy for its user interface.

(FIXME: put a quick introduction here).

other ways to run Python code on Android

Some Python programmers use Pygame Subset for Android (PGS4A) to build Android apps.[5][6][7][8][9]

Other Python programmers use PySide for Android.[10]

Some Python developers write Python code directly on an Android device, and directly run it on the same device without needing to access any other device to run the program.[11]


Further reading

  1. Coding Ninja. "Why Did Google Get Android Development So Wrong?".
  2. "Tutorial: Android development with Python and Kivy – Introduction"
  3. "Kivy-Tutorials"
  4. "kivy" questions and answers
  5. Janosch Henze. "From Python to Android". 2014.
  6. "Made my first Android app in under 5 hours using pygame and the pgs4a library. Python is awesome!".
  7. "pygame" and "android" questions and answers
  8. "Python on Android".
  9. Craig. "Teaching Children Mobile Game Development with Python".
  10. "PySide for Android guide"
  11. "Writing Python code on Android".
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.