Changes between Initial Version and Version 1 of PySideForAndroid


Ignore:
Timestamp:
Feb 11, 2013, 12:01:50 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v1 v1  
     1= !PySide for Android =
     2This article describes:
     3* how to build Shiboken & PySide for Android using the Necessitas SDK
     4* how to use the resulting binaries
     5* and how to bundle them with your Python program in a standalone APK
     6
     7== Acknowledgement ==
     8As usual with open source development, I haven't done all of this single handedly, but built on work done by others previously. So I'd like to both acknowledge on which work this is build upon and also provided links to the sources I've used:
     9* THPs [http://thp.io/2011/pyside-android/  PySide for Android] - showing that this is possible
     10* [http://code.google.com/p/android-python27/ android-python27] - solved the APK bundling issue, provides Android-buildable Python 2.7
     11* [http://hg.microcode.ca/blackberry-py/wiki/Building%20PySide the BlackBerry-Py Building PySide guide] - I've used this as a base when making the Android build scripts
     12* Qt - provides the GUI toolkit :)
     13* !PySide - for provides the Python-Qt bindings
     14
     15Thanks a lot - without you, this would not be possible! :)