Android Open Source - GPS direction CampusMap






Project Summary

Android app: campus GPS for University of Iowa (get walking paths from user data and Google direction).

Web Site / Source Repository

CampusMap is hosted in the following web site
https://github.com/BabyShung/CampusMap

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

ItemValue
Java File Count36
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count5
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.example.campusmap.permission.MAPS_RECEIVE
com.google.android.providers.gsf.permission.READ_GSERVICES
Asset File Namesassets\img\bg_gradient.gif
assets\img\border-image.png
assets\img\icons.png




Resource Files

There are 54 image files in CampusMap. The names of the image files are listed as follows.

bi1.png
bi10.png
bi11.png
bi12.png
bi13.png
bi14.png
bi15.png
bi16.png
bi17.png
bi18.png
bi19.png
bi2.png
bi20.png
bi21.png
bi22.png
bi23.png
bi24.png
bi25.png
bi26.png
bi27.png
bi28.png
bi29.png
bi3.png
bi30.png
bi31.png
bi32.png
bi33.png
bi34.png
bi35.png
bi36.png
bi37.png
bi38.png
bi39.png
bi4.png
bi40.png
bi41.png
bi42.png
bi43.png
bi44.png
bi45.png
bi46.png
bi47.png
bi48.png
bi49.png
bi5.png
bi50.png
bi6.png
bi7.png
bi8.png
bi9.png
ic_messagebar_stop.png
ic_messagebar_undo.png
mb__list_selector_disabled_holo_dark.9.png
mb__messagebar_background.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

CampusMap has the following Java source files.

com.example.campusmap.MainActivity.java
com.example.campusmap.MapActivity.java
com.example.campusmap.RouteActivity.java
com.example.campusmap.SearchActivity.java
com.example.campusmap.SettingActivity.java
com.example.campusmap.algorithms.RouteOptimization.java
com.example.campusmap.database.DB_Helper.java
com.example.campusmap.database.DB_Operations.java
com.example.campusmap.database.DatabaseEntry.java
com.example.campusmap.database.TableDefinition.java
com.example.campusmap.db_object.DB_Building.java
com.example.campusmap.db_object.DB_Route.java
com.example.campusmap.direction.CampusMapDirection.java
com.example.campusmap.direction.GMapV2Direction.java
com.example.campusmap.direction.GoogleRouteTask.java
com.example.campusmap.direction.Route.java
com.example.campusmap.direction.RouteRequestTask.java
com.example.campusmap.file.FileOperations.java
com.example.campusmap.file_upload.fileUpload.java
com.example.campusmap.file_upload.fileUploadTask.java
com.example.campusmap.geometry.EnterWhichBuilding.java
com.example.campusmap.geometry.GoogleLatLngDistance.java
com.example.campusmap.geometry.HaoDistance.java
com.example.campusmap.geometry.NearestPoint.java
com.example.campusmap.geometry.Point.java
com.example.campusmap.helper.DistanceConvert.java
com.example.campusmap.helper.TimeConvert.java
com.example.campusmap.location.MyLocation.java
com.example.campusmap.location.MyLocationTask.java
com.example.campusmap.mapdrawing.BuildingDrawing.java
com.example.campusmap.mapdrawing.MarkerAndPolyLine.java
com.example.campusmap.mapdrawing.PolylineDrawing.java
com.example.campusmap.routefilter.KalmanLatLong.java
com.example.campusmap.routefilter.Location_Hao.java
com.example.campusmap.routefilter.ReturnRoute.java
net.simonvt.messagebar.MessageBar.java