aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-12 22:28:11 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-12 22:28:11 +0200
commit6123bc1e237936a3ad4c8bcfc48e49e004f09975 (patch)
tree13fd06ece8e9972b320fa21c6b29d802e84cf2ac /.classpath
downloadBlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.zip
BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.gz
BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.bz2
An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0
The application starts a service, then connects to a Bluetooth device (NMEA GPS) and creates a mock GPS provider which can be used to replace the internal GPS. It's also possible to log the external GPS NMEA data in a file on the device.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..6e9239f
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>