kivy/examples/android/compass
Nik Klever 86bc437fcf compass app example adopted to a tidy new Hardware.java 2012-09-08 21:51:32 +02:00
..
500px-Windrose.svg.png moved compass app from examples/demo to examples/android 2012-09-07 09:16:53 +02:00
README.txt compass app example adopted to a tidy new Hardware.java 2012-09-08 21:51:32 +02:00
android.txt moved compass app from examples/demo to examples/android 2012-09-07 09:16:53 +02:00
main.py compass app example adopted to a tidy new Hardware.java 2012-09-08 21:51:32 +02:00
public.version moved compass app from examples/demo to examples/android 2012-09-07 09:16:53 +02:00

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