====== 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