devwiki:python_kivy

Differences

This shows you the differences between two versions of the page.


devwiki:python_kivy [2021/08/28 07:50] (current) – created ying
Line 1: Line 1:
 +====== Python For Mobile Solution ======
  
 +  * Like Qt, Kivy is GUI library works cross-platform with python, and in addition, it support python even in android and IOS, while there is only Qt C++ combo in mobile
 +
 +  * Kivy download and install: https://kivy.org/docs/installation/installation-windows.html#install-win-dist
 +
 +====== Kiyi Dev Starter Kit ======
 +
 +  * **Android Dev launcher**: a runtime evironment app to launch your kivy python project without compile to android binary (the Packaging process)
 +    * https://play.google.com/store/apps/details?id=org.kivy.pygame&rdid=org.kivy.pygame
 +    * (you can remote install this app on your android device from goolg account to linked device)
 +
 +====== Kivy Common Component ======
 +
 +===== Socket =====
 +
 +  * info here