/beeline

Simple mobile application (Android) for displaying the linear distance between locations

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Beeline

Simple mobile application (Android) for displaying the linear distance between locations.

Beeline lets you add locations by a geo coordinate (latitude/longitude) and calculates their linear distance (bee-line) to your current location.

Test pre-built version (APK)

This application is also available on Google play™: Beeline for Android

Build using Eclipse

Eclipse project files are not included. Just use the ADT plugin for Eclipse and create a new project from existing sources. Make sure to select app/ as the base directory.

Build using Ant

There is a build.xml in the app/ directory for use with Ant.

$ ant
$ ant debug
$ ant release