A geocaching tool for Android.
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.
The following table is the detailed list of Geocaching.
Item | Value |
---|---|
Java File Count | 28 |
Target SDK Version | 16 |
Minimum SDK Version | 15 |
Activity Count | 2 |
Fragment Count | 4 |
jar files used | android-support-v4.jar google-play-services.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION |
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