Android Native App for restaurant reservations.
Places is hosted in the following web site
https://github.com/martin-dzhonov/Places
If you think the Android project Places 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 Places.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 14 |
Activity Count | 7 |
jar files used | android-support-v4.jar david-webb-1.1.0.jar gson-2.3.jar sugar-1.3.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.USE_CREDENTIALS android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES info.androidhive.googlemapsv2.permission.MAPS_RECEIVE |
There are 3 image files in Places. The names of the image files are listed as follows.
ic_action_refresh.png ic_action_reservations.png ic_action_suggest_place.png
The following screenshort is generated from the image listed above.
Places has the following Java source files.
com.garfield.places.GoogleMapsActivity.java com.garfield.places.HomeActivity.java com.garfield.places.LoginActivity.java com.garfield.places.places.Place.java com.garfield.places.places.PlaceDetailsActivity.java com.garfield.places.places.PlacesAdapter.java com.garfield.places.places.SuggestPlaceActivity.java com.garfield.places.reservations.Reservation.java com.garfield.places.reservations.ReservationActivity.java com.garfield.places.reservations.ReservationsActivity.java com.garfield.places.reservations.ReservationsAdapter.java