mirror of https://github.com/kivy/kivy.git
86bc437fcf | ||
---|---|---|
.. | ||
500px-Windrose.svg.png | ||
README.txt | ||
android.txt | ||
main.py | ||
public.version |
README.txt
Compass ======= Demonstrate the combination of the Android Magnetic Field Sensor and the Kivy functionality viewing a Compass. Kivy Python-For-Android ----------------------- Please look at the lastest docs of the `Kivy Python-For-Android Project <http://python-for-android.readthedocs.org/en/latest/>`__ Building an APK --------------- :: ./distribute.sh -m "pyjnius kivy" :: ./build.py --package org.test.compass --name compass \ --version 1.0 --dir ~/code/kivy/examples/android/compass debug