A Simple Android example project that uses Location service and Google Map Api.
AndroidHelloMap is hosted in the following web site
https://github.com/alisovets/AndroidHelloMap
If you think the Android project AndroidHelloMap 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 AndroidHelloMap.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 7 |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | alisovets.example.hellogooglemap.permission.MAPS_RECEIVE android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 4 image files in AndroidHelloMap. The names of the image files are listed as follows.
ic_action_edit.png ic_action_new.png ic_action_remove.png ic_hellomap.png
The following screenshort is generated from the image listed above.
AndroidHelloMap has the following Java source files.
alisovets.example.hellogooglemap.MainActivity.java alisovets.example.hellogooglemap.MainFragment.java alisovets.example.hellogooglemap.MapActivity.java alisovets.example.hellogooglemap.MapApplication.java alisovets.example.hellogooglemap.SelectPlaceActivity.java alisovets.example.hellogooglemap.SelectPlaceFragment.java alisovets.example.hellogooglemap.data.DataAdapter.java alisovets.example.hellogooglemap.data.OpenDataHelper.java alisovets.example.hellogooglemap.data.PlaceDao.java alisovets.example.hellogooglemap.dialog.DialogCreator.java alisovets.example.hellogooglemap.dto.PlaceBean.java alisovets.example.hellogooglemap.net.ConnectChecker.java