Skip to content

geoloqi/Geoloqi-Android-Geotracks

Repository files navigation

This is one of the official Android client applications for Geoloqi. This application provides functionality for tracking and sharing your personal location. It consumes the Geoloqi Android SDK and is one example of what can be accomplished using the library.

You can download this application from Google Play.

Getting Started

The ActionBarSherlock library is included as a Git submodule. You'll need to import this project into Eclipse and make sure the Geoloqi-Android-Official project references it as a library.

First make sure you've updated the submodule repositories:

    $ git submodule init
    $ git submodule update

Then, using Eclipse, select File -> New -> Android Project and choose "Create project from existing source." Name the project "ActionBarSherlock" and click finish.

Next, right-click on the parent project Geoloqi-Android-Official and select "Preferences." Navigate to the "Android" section in the sidebar. If necessary, add the new "ActionBarSherlock" project as a library to the "Library" section near the bottom.

Note: The previous step may have already been completed for you.

Repeat the steps listed above for the additional ViewPagerIndicator library. It may be necessary to adjust the Android platform version to 4.x for the ViewPagerIndicator library if Eclipse cannot find the TabPagerIndicator class.

License

Copyright 2012 by Geoloqi.com and contributors.

See LICENSE.