Changes between Version 1 and Version 2 of PySideForAndroid


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v1 v2  
    11= !PySide for Android =
    22This article describes:
    3 * how to build Shiboken & PySide for Android using the Necessitas SDK
    4 * how to use the resulting binaries
     3* how to build Shiboken & !PySide for Android using the Necessitas SDK
     4* how to use the resulting libraries
    55* and how to bundle them with your Python program in a standalone APK
    66
     
    88As 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:
    99* THPs [http://thp.io/2011/pyside-android/  PySide for Android] - showing that this is possible
     10* Ssortagem@Github - integrated & improved THPs patches for [https://github.com/ssorgatem/PySide/tree/android Shiboken] and [https://github.com/ssorgatem/PySide/tree/android PySide]
    1011* [http://code.google.com/p/android-python27/ android-python27] - solved the APK bundling issue, provides Android-buildable Python 2.7
    1112* [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
     13* [http://qt-project.org/ Qt ] - provides the GUI toolkit :)
     14* [http://qt-project.org/wiki/PySide PySide] - for provides the Python-Qt bindings
    1415
    1516Thanks a lot - without you, this would not be possible! :)