Changes between Version 11 and Version 12 of PySideForAndroid


Ignore:
Timestamp:
Feb 17, 2013, 1:15:01 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v11 v12  
    115115
    116116==== How does it work ? ====
     117The project contains various components, that together enable the creation of fully standalone Python & PySide application APK, while also allowing to bundle any arbitrary libraries and files needed by the application.
    117118
     119The example project is called ''PySideExample'' and uses the ''org.modrana.PySideExample'' unique name. this means, that when it's APK is installed on and Android device, it gets installed to this directory:
     120{{{
     121/data/data/org.modrana.PySide.Example/
     122}}}
     123This is important to know, as it needs to set a couple of environmental variables pointing to libraries and themes, that reside in this directory.
     124
     125=====  =====
    118126
    119127