NFC Orienteering Android application.
NFC-Orienteering is hosted in the following web site
https://github.com/NFC-Orienteering/NFC-Orienteering
If you think the Android project NFC-Orienteering 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 NFC-Orienteering.
Item | Value |
---|---|
Java File Count | 26 |
Supported screen sizes | [hdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 14 |
Activity Count | 8 |
jar files used | android-support-v4.jar mapanimation.jar |
Required Permissions | android.permission.INTERNET android.permission.NFC android.permission.VIBRATE |
There are 15 image files in NFC-Orienteering. The names of the image files are listed as follows.
compass_big.png compass_small.png dont_upload_button.png dont_upload_pressed_button.png logo.png ok_icon.png ok_icon_small.png select_other_track_button.png select_other_track_pressed_button.png select_this_track_button.png select_this_track_pressed_button.png start_event_button.png start_event_pressed_button.png upload_results_button.png upload_results_pressed_button.png
The following screenshort is generated from the image listed above.
NFC-Orienteering has the following Java source files.
com.iutinvg.compass.Compass.java org.uta.nfcorienteering.activity.ActiveOrienteeringEventActivity.java org.uta.nfcorienteering.activity.BaseNfcActivity.java org.uta.nfcorienteering.activity.EventHistoryActivity.java org.uta.nfcorienteering.activity.MainActivity.java org.uta.nfcorienteering.activity.MapActivity.java org.uta.nfcorienteering.activity.ReadTrackTagActivity.java org.uta.nfcorienteering.activity.ResultHistoryActivity.java org.uta.nfcorienteering.activity.TrackInfoActivity.java org.uta.nfcorienteering.activity.TrackResultsActivity.java org.uta.nfcorienteering.activity.UploadResultsActivity.java org.uta.nfcorienteering.event.Checkpoint.java org.uta.nfcorienteering.event.OrienteeringEvent.java org.uta.nfcorienteering.event.OrienteeringRecord.java org.uta.nfcorienteering.event.Punch.java org.uta.nfcorienteering.event.Track.java org.uta.nfcorienteering.http.HttpHelper.java org.uta.nfcorienteering.http.HttpRequest.java org.uta.nfcorienteering.http.JsonBuilder.java org.uta.nfcorienteering.http.JsonResolver.java org.uta.nfcorienteering.http.UrlGenerator.java org.uta.nfcorienteering.service.TimerService.java org.uta.nfcorienteering.utility.AppConfig.java org.uta.nfcorienteering.utility.DataInstance.java org.uta.nfcorienteering.utility.LocalStorage.java org.uta.nfcorienteering.utility.Stopwatch.java