Android Open Source - Map example AndroidHelloMap






Project Summary

A Simple Android example project that uses Location service and Google Map Api.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidHelloMap.

ItemValue
Java File Count12
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version7
Activity Count3
Fragment Count1
Required Permissionsalisovets.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




Resource Files

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.

null

Java Source Files

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