Android Open Source - Development tool Geocaching






Project Summary

A geocaching tool for Android.

Web Site / Source Repository

Geocaching is hosted in the following web site
https://github.com/pluyckx/Geocaching

If you think the Android project Geocaching listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Geocaching.

ItemValue
Java File Count28
Target SDK Version16
Minimum SDK Version15
Activity Count2
Fragment Count4
jar files usedandroid-support-v4.jar
google-play-services.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION




Java Source Files

Geocaching has the following Java source files.

be.philipluyckx.geocaching.BuildConfig.java
be.philipluyckx.geocaching.GeocachingApplication.java
be.philipluyckx.geocaching.activity.MainActivity.java
be.philipluyckx.geocaching.components.Compass.java
be.philipluyckx.geocaching.components.ListItemView.java
be.philipluyckx.geocaching.database.GeoDatabase.java
be.philipluyckx.geocaching.database.GeoDatabaseProxy.java
be.philipluyckx.geocaching.database.SortedKeyedList.java
be.philipluyckx.geocaching.database.components.DatabaseColumn.java
be.philipluyckx.geocaching.database.schemes.AbstractDatabaseScheme.java
be.philipluyckx.geocaching.database.schemes.DatabaseScheme.java
be.philipluyckx.geocaching.database.schemes.DatabaseSchemeV1.java
be.philipluyckx.geocaching.database.transactions.Transaction.java
be.philipluyckx.geocaching.database.transactions.TransactionCreate.java
be.philipluyckx.geocaching.database.transactions.TransactionEdit.java
be.philipluyckx.geocaching.database.transactions.TransactionRemove.java
be.philipluyckx.geocaching.datacomponents.GeoPoint.java
be.philipluyckx.geocaching.datacomponents.GeopointAdapter.java
be.philipluyckx.geocaching.dialogs.AddPointDialog.java
be.philipluyckx.geocaching.dialogs.EditPointDialog.java
be.philipluyckx.geocaching.dialogs.SelectInformationPointDialog.java
be.philipluyckx.geocaching.fragments.CompassFragment.java
be.philipluyckx.geocaching.fragments.DatabaseFragment.java
be.philipluyckx.geocaching.fragments.SettingsFragment.java
be.philipluyckx.geocaching.location.ILocationListener.java
be.philipluyckx.geocaching.location.LocationManager.java
be.philipluyckx.geocaching.utils.DegreeConverter.java
be.philipluyckx.geocaching.utils.DistanceConverter.java