close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jan 10, 2013, 1:10:52 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = Notes from THP's !EuroPython 2012 Talk] |
| | 2 | [[PageOutline]] |
| | 3 | |
| | 4 | [wiki:android back to the main Android porting page] |
| | 5 | |
| | 6 | These notes were compiled based on the [https://ep2012.europython.eu/conference/talks/developing-android-apps-completely-in-python Youtube video] of [http://www.thp.io THP's ] talk from !EuroPython 2012 called [https://ep2012.europython.eu/conference/talks/developing-android-apps-completely-in-python Developing Android Apps completely in Python]. |
| | 7 | |
| | 8 | == !PySide @ Android == |
| | 9 | Based on 3 projects: |
| | 10 | * Python4Android - takes care of the Python interpreter |
| | 11 | * Necessitas - provides Qt libraries for Android |
| | 12 | * !PySide - provides Python bindings for Qt |