An open API service indexing awesome lists of open source software.

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

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