https://github.com/tito/android-demo
Demonstration of using PyJNIus to access to any java class
https://github.com/tito/android-demo
Last synced: 9 months ago
JSON representation
Demonstration of using PyJNIus to access to any java class
- Host: GitHub
- URL: https://github.com/tito/android-demo
- Owner: tito
- Created: 2013-03-25T18:24:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T20:01:36.000Z (over 13 years ago)
- Last Synced: 2025-04-23T14:02:18.723Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 47
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Android Demo
------------
Compile with python-for-android::
./build.py --package org.kivy.android.demo --name 'Android Demo' \
--version 1 --private ~/code/android-demo/ \
--permission ACCESS_FINE_LOCATION \
--permission ACCESS_COARSE_LOCATION \
--permission INTERNET \
debug installd