Android app which display locations, fetched remotely by webservice.
Locations is hosted in the following web site
https://github.com/aprestaux/Locations
If you think the Android project Locations 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 Locations.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar universal-image-loader-1.7.0.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 8 image files in Locations. The names of the image files are listed as follows.
ic_favoris_add.png ic_favoris_delete.png ic_favorited.png ic_menu_carte.png ic_menu_favoris.png ic_menu_liste.png ic_pinpoint.png ic_recherche.png
The following screenshort is generated from the image listed above.
Locations has the following Java source files.
com.github.aprestaux.locations.activities.DetailActivity.java com.github.aprestaux.locations.activities.FavorisActivity.java com.github.aprestaux.locations.activities.MainActivity.java com.github.aprestaux.locations.activities.MyMapActivity.java com.github.aprestaux.locations.activities.SplashActivity.java com.github.aprestaux.locations.adapters.LieuAdapter.java com.github.aprestaux.locations.adapters.LieuFavorisAdapter.java com.github.aprestaux.locations.domain.BusinessLayer.java com.github.aprestaux.locations.domain.GPSTracker.java com.github.aprestaux.locations.domain.Lieu.java com.github.aprestaux.locations.overlays.MyItemizedOverlay.java