Android Open Source - App repository run-tracker






Project Summary

Repository for the RunTracker App created in the Big Nerd Ranch Android Programming Guide.

Web Site / Source Repository

run-tracker is hosted in the following web site
https://github.com/bpb824/run-tracker

If you think the Android project run-tracker 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 run-tracker.

ItemValue
Java File Count17
Target SDK Version19
Minimum SDK Version9
Activity Count3
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.bignerdranch.android.runtracker.permission.MAPS_RECEIVE
com.google.android.providers.gsf.permission.READ_GSERVICES




Java Source Files

run-tracker has the following Java source files.

com.android.bignerdranch.runtracker.DataLoader.java
com.android.bignerdranch.runtracker.LastLocationLoader.java
com.android.bignerdranch.runtracker.LocationListCursorLoader.java
com.android.bignerdranch.runtracker.LocationReceiver.java
com.android.bignerdranch.runtracker.Run.java
com.android.bignerdranch.runtracker.RunActivity.java
com.android.bignerdranch.runtracker.RunDatabaseHelper.java
com.android.bignerdranch.runtracker.RunFragment.java
com.android.bignerdranch.runtracker.RunListActivity.java
com.android.bignerdranch.runtracker.RunListFragment.java
com.android.bignerdranch.runtracker.RunLoader.java
com.android.bignerdranch.runtracker.RunManager.java
com.android.bignerdranch.runtracker.RunMapActivity.java
com.android.bignerdranch.runtracker.RunMapFragment.java
com.android.bignerdranch.runtracker.SQLiteCursorLoader.java
com.android.bignerdranch.runtracker.SingleFragmentActivity.java
com.android.bignerdranch.runtracker.TrackingLocationReceiver.java