Example Android project that uses the Places API to get nearby restaurants..
Local-Food is hosted in the following web site
https://github.com/roosmaa/Local-Food
If you think the Android project Local-Food 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 Local-Food.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 3 |
Fragment Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 4 image files in Local-Food. The names of the image files are listed as follows.
ic_menu_refresh.png marker_default.png marker_selected.png status_bg.9.png
The following screenshort is generated from the image listed above.
Local-Food has the following Java source files.
net.roosmaa.sample.localfood.provider.FoodContract .java net.roosmaa.sample.localfood.provider.FoodDatabase.java net.roosmaa.sample.localfood.provider.FoodProvider.java net.roosmaa.sample.localfood.service.FinderService.java net.roosmaa.sample.localfood.ui.GoogleMapsActivity.java net.roosmaa.sample.localfood.ui.PlacesListActivity.java net.roosmaa.sample.localfood.ui.PlacesMapActivity.java net.roosmaa.sample.localfood.ui.fragment.ActionBarFragment.java net.roosmaa.sample.localfood.ui.fragment.ActivityManagerFragment.java net.roosmaa.sample.localfood.ui.fragment.LocationFragment.java net.roosmaa.sample.localfood.ui.fragment.PlacesListFragment.java net.roosmaa.sample.localfood.ui.fragment.PlacesMapFragment.java net.roosmaa.sample.localfood.utils.DetachableResultReceiver.java net.roosmaa.sample.localfood.utils.LocationUtils .java net.roosmaa.sample.localfood.utils.MobileHttpClient.java net.roosmaa.sample.localfood.utils.QueryBuilder .java