Download Free code gpslogger

Description

Lightweight GPS Logging Application For Android. Available on the Android Market as "GPSLogger for Android ".

Icons

gpslogger

Source Files

The download file gpslogger-master.zip has the following entries.


.gitattributes/*from   w  w  w. j  a  v  a  2  s  .  c  o m*/
.gitignore
.idea/.name
.idea/ant.xml
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/dictionaries/mendhak.xml
.idea/encodings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/libraries/Maven__com_google_android_android_4_0_1_2.xml
.idea/libraries/Maven__com_google_android_android_4_1_1_4.xml
.idea/libraries/Maven__com_google_android_support_v4_r7.xml
.idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1.xml
.idea/libraries/Maven__commons_codec_commons_codec_1_3.xml
.idea/libraries/Maven__commons_logging_commons_logging_1_1_1.xml
.idea/libraries/Maven__commons_net_commons_net_2_2.xml
.idea/libraries/Maven__junit_junit_4_10.xml
.idea/libraries/Maven__oauth_signpost_signpost_commonshttp4_1_2_1_1.xml
.idea/libraries/Maven__oauth_signpost_signpost_core_1_2_1_1.xml
.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_0_1.xml
.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_0_1.xml
.idea/libraries/Maven__org_apache_httpcomponents_httpmime_4_0_3.xml
.idea/libraries/Maven__org_apache_james_apache_mime4j_0_6_1.xml
.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_1.xml
.idea/libraries/Maven__org_json_json_20080701.xml
.idea/libraries/Maven__org_khronos_opengl_api_gl1_1_android_2_1_r1.xml
.idea/libraries/Maven__system_local_activation_1_0.xml
.idea/libraries/Maven__system_local_additionnal_1_0.xml
.idea/libraries/Maven__system_local_android_async_http_1_4_1.xml
.idea/libraries/Maven__system_local_dropbox_android_sdk_1_0.xml
.idea/libraries/Maven__system_local_mail_1_0.xml
.idea/libraries/Maven__xerces_xmlParserAPIs_2_6_2.xml
.idea/libraries/Maven__xpp3_xpp3_1_1_4c.xml
.idea/libraries/google_play_services.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/uiDesigner.xml
.idea/vcs.xml
GPSLogger/AndroidManifest.xml
GPSLogger/GPSLogger.iml
GPSLogger/LICENSE
GPSLogger/assets/faq.html
GPSLogger/libs/activation.jar
GPSLogger/libs/additionnal.jar
GPSLogger/libs/android-async-http-1.4.1.jar
GPSLogger/libs/dropbox-android-sdk.jar
GPSLogger/libs/mail.jar
GPSLogger/pom.xml
GPSLogger/project.properties
GPSLogger/res/drawable/gpsloggericon2.png
GPSLogger/res/drawable/ic_menu_close_clear_cancel.png
GPSLogger/res/drawable/ic_menu_edit.png
GPSLogger/res/drawable/ic_menu_help.png
GPSLogger/res/drawable/ic_menu_preferences.png
GPSLogger/res/drawable/ic_menu_send.png
GPSLogger/res/drawable/ic_menu_share.png
GPSLogger/res/drawable/ic_menu_upload.png
GPSLogger/res/layout/faq.xml
GPSLogger/res/layout/filelist.xml
GPSLogger/res/layout/main.xml
GPSLogger/res/menu-v14/optionsmenu.xml
GPSLogger/res/menu/optionsmenu.xml
GPSLogger/res/values-af/strings.xml
GPSLogger/res/values-ar/strings.xml
GPSLogger/res/values-ca/strings.xml
GPSLogger/res/values-cs/strings.xml
GPSLogger/res/values-da/strings.xml
GPSLogger/res/values-de/strings.xml
GPSLogger/res/values-es-rMX/strings.xml
GPSLogger/res/values-es/strings.xml
GPSLogger/res/values-fa/strings.xml
GPSLogger/res/values-fr/strings.xml
GPSLogger/res/values-hu/strings.xml
GPSLogger/res/values-it/strings.xml
GPSLogger/res/values-ja/strings.xml
GPSLogger/res/values-lt/strings.xml
GPSLogger/res/values-ms/strings.xml
GPSLogger/res/values-nl/strings.xml
GPSLogger/res/values-no/strings.xml
GPSLogger/res/values-pl/strings.xml
GPSLogger/res/values-pt/strings.xml
GPSLogger/res/values-ru/strings.xml
GPSLogger/res/values-sl/strings.xml
GPSLogger/res/values-sv/strings.xml
GPSLogger/res/values-tl/strings.xml
GPSLogger/res/values-uk/strings.xml
GPSLogger/res/values-zh-rTW/strings.xml
GPSLogger/res/values-zh/strings.xml
GPSLogger/res/values/arrays.xml
GPSLogger/res/values/strings.xml
GPSLogger/res/xml/autoemailsettings.xml
GPSLogger/res/xml/autoftpsettings.xml
GPSLogger/res/xml/dropboxsettings.xml
GPSLogger/res/xml/gdocssettings.xml
GPSLogger/res/xml/opengtssettings.xml
GPSLogger/res/xml/osmsettings.xml
GPSLogger/res/xml/settings.xml
GPSLogger/src/com/mendhak/gpslogger/Faqtivity.java
GPSLogger/src/com/mendhak/gpslogger/GeneralLocationListener.java
GPSLogger/src/com/mendhak/gpslogger/GpsLoggingService.java
GPSLogger/src/com/mendhak/gpslogger/GpsMainActivity.java
GPSLogger/src/com/mendhak/gpslogger/GpsSettingsActivity.java
GPSLogger/src/com/mendhak/gpslogger/IGpsLoggerServiceClient.java
GPSLogger/src/com/mendhak/gpslogger/StartupReceiver.java
GPSLogger/src/com/mendhak/gpslogger/common/AppSettings.java
GPSLogger/src/com/mendhak/gpslogger/common/DebugLogger.java
GPSLogger/src/com/mendhak/gpslogger/common/IActionListener.java
GPSLogger/src/com/mendhak/gpslogger/common/IMessageBoxCallback.java
GPSLogger/src/com/mendhak/gpslogger/common/OpenGTSClient.java
GPSLogger/src/com/mendhak/gpslogger/common/RejectionHandler.java
GPSLogger/src/com/mendhak/gpslogger/common/Session.java
GPSLogger/src/com/mendhak/gpslogger/common/Utilities.java
GPSLogger/src/com/mendhak/gpslogger/loggers/FileLoggerFactory.java
GPSLogger/src/com/mendhak/gpslogger/loggers/Gpx10FileLogger.java
GPSLogger/src/com/mendhak/gpslogger/loggers/IFileLogger.java
GPSLogger/src/com/mendhak/gpslogger/loggers/Kml22FileLogger.java
GPSLogger/src/com/mendhak/gpslogger/loggers/OpenGTSLogger.java
GPSLogger/src/com/mendhak/gpslogger/loggers/PlainTextFileLogger.java
GPSLogger/src/com/mendhak/gpslogger/senders/AlarmReceiver.java
GPSLogger/src/com/mendhak/gpslogger/senders/FileSenderFactory.java
GPSLogger/src/com/mendhak/gpslogger/senders/IFileSender.java
GPSLogger/src/com/mendhak/gpslogger/senders/ZipHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/dropbox/DropBoxAuthorizationActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/dropbox/DropBoxHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/email/AutoEmailActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/email/AutoEmailHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/email/Mail.java
GPSLogger/src/com/mendhak/gpslogger/senders/ftp/AutoFtpActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/ftp/Ftp.java
GPSLogger/src/com/mendhak/gpslogger/senders/ftp/FtpHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/gdocs/GDocsHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/gdocs/GDocsSettingsActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/opengts/GpxReader.java
GPSLogger/src/com/mendhak/gpslogger/senders/opengts/OpenGTSActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/opengts/OpenGTSHelper.java
GPSLogger/src/com/mendhak/gpslogger/senders/osm/OSMAuthorizationActivity.java
GPSLogger/src/com/mendhak/gpslogger/senders/osm/OSMHelper.java
GPSLogger/src/com/mendhak/gpslogger/shortcuts/ShortcutCreate.java
GPSLogger/src/com/mendhak/gpslogger/shortcuts/ShortcutStart.java
GPSLogger/src/com/mendhak/gpslogger/shortcuts/ShortcutStop.java
README.md
google-play-services_lib/.classpath
google-play-services_lib/AndroidManifest.xml
google-play-services_lib/README.txt
google-play-services_lib/google-play-services_lib.iml
google-play-services_lib/google-play-services_lib1.iml
google-play-services_lib/libs/google-play-services.jar
google-play-services_lib/libs/google-play-services.jar.properties
google-play-services_lib/project.properties
google-play-services_lib/res/color/common_signin_btn_text_dark.xml
google-play-services_lib/res/color/common_signin_btn_text_light.xml
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png
google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png
google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml
google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml
google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml
google-play-services_lib/res/drawable/common_signin_btn_text_light.xml
google-play-services_lib/res/values-af/strings.xml
google-play-services_lib/res/values-am/strings.xml
google-play-services_lib/res/values-ar/strings.xml
google-play-services_lib/res/values-be/strings.xml
google-play-services_lib/res/values-bg/strings.xml
google-play-services_lib/res/values-ca/strings.xml
google-play-services_lib/res/values-cs/strings.xml
google-play-services_lib/res/values-da/strings.xml
google-play-services_lib/res/values-de/strings.xml
google-play-services_lib/res/values-el/strings.xml
google-play-services_lib/res/values-en-rGB/strings.xml
google-play-services_lib/res/values-es-rUS/strings.xml
google-play-services_lib/res/values-es/strings.xml
google-play-services_lib/res/values-et/strings.xml
google-play-services_lib/res/values-fa/strings.xml
google-play-services_lib/res/values-fi/strings.xml
google-play-services_lib/res/values-fr/strings.xml
google-play-services_lib/res/values-hi/strings.xml
google-play-services_lib/res/values-hr/strings.xml
google-play-services_lib/res/values-hu/strings.xml
google-play-services_lib/res/values-in/strings.xml
google-play-services_lib/res/values-it/strings.xml
google-play-services_lib/res/values-iw/strings.xml
google-play-services_lib/res/values-ja/strings.xml
google-play-services_lib/res/values-ko/strings.xml
google-play-services_lib/res/values-lt/strings.xml
google-play-services_lib/res/values-lv/strings.xml
google-play-services_lib/res/values-ms/strings.xml
google-play-services_lib/res/values-nb/strings.xml
google-play-services_lib/res/values-nl/strings.xml
google-play-services_lib/res/values-pl/strings.xml
google-play-services_lib/res/values-pt-rBR/strings.xml
google-play-services_lib/res/values-pt-rPT/strings.xml
google-play-services_lib/res/values-pt/strings.xml
google-play-services_lib/res/values-ro/strings.xml
google-play-services_lib/res/values-ru/strings.xml
google-play-services_lib/res/values-sk/strings.xml
google-play-services_lib/res/values-sl/strings.xml
google-play-services_lib/res/values-sr/strings.xml
google-play-services_lib/res/values-sv/strings.xml
google-play-services_lib/res/values-sw/strings.xml
google-play-services_lib/res/values-th/strings.xml
google-play-services_lib/res/values-tl/strings.xml
google-play-services_lib/res/values-tr/strings.xml
google-play-services_lib/res/values-uk/strings.xml
google-play-services_lib/res/values-vi/strings.xml
google-play-services_lib/res/values-zh-rCN/strings.xml
google-play-services_lib/res/values-zh-rTW/strings.xml
google-play-services_lib/res/values-zu/strings.xml
google-play-services_lib/res/values/colors.xml
google-play-services_lib/res/values/maps_attrs.xml
google-play-services_lib/res/values/strings.xml
google-play-services_lib/src/android/UnusedStub.java
gpslogger-parent.iml
pom.xml

Download

Click the following link to download gpslogger-master.zip.

gpslogger-master.zip




















Home »
  Android Free Code »
    Hardware »




Bluetooth
Camera
GPS
USB