An Android application which provides UCI students with easy access to campus locations through an interactive map..
UCI-Map is hosted in the following web site
https://github.com/blaisebaileyfinnegan/UCI-Map
If you think the Android project UCI-Map 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 UCI-Map.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 10 |
Minimum SDK Version | 4 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar gson-2.2.2.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
Raw File Names | res\raw\locations.json |
There are 7 image files in UCI-Map. The names of the image files are listed as follows.
androidmarker.png ic_action_search.png ic_btn_search.png ic_eee.png ic_location.png ic_menu_mapmode.png pin.png
The following screenshort is generated from the image listed above.
UCI-Map has the following Java source files.
edu.uci.mvu1.uci.map.CustomMapView.java edu.uci.mvu1.uci.map.DatabaseTable.java edu.uci.mvu1.uci.map.Location.java edu.uci.mvu1.uci.map.MainActivity.java edu.uci.mvu1.uci.map.MapItemizedOverlay.java edu.uci.mvu1.uci.map.MapProvider.java edu.uci.mvu1.uci.map.SearchActivity.java