This is a sample android application to advertise the restaurant.
ResAds is hosted in the following web site
https://github.com/ungleng/ResAds
If you think the Android project ResAds 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 ResAds.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES com.ul.permission.MAPS_RECEIVE |
There are 4 image files in ResAds. The names of the image files are listed as follows.
ic_drawer.png ic_location_pin.png ic_location_pin2.png ic_location_pin3.png
The following screenshort is generated from the image listed above.
ResAds has the following Java source files.
com.ul.resads.data.Category.java com.ul.resads.data.Food.java com.ul.resads.data.ListCategory.java com.ul.resads.data.ListFood.java com.ul.resads.data.ListPromotion.java com.ul.resads.data.ListRestaurantLocation.java com.ul.resads.data.Promotion.java com.ul.resads.data.Restaurant.java com.ul.resads.data.RestaurantLocation.java com.ul.resads.ui.FoodFragment.java com.ul.resads.ui.MainActivity.java com.ul.resads.ui.MyMap.java com.ul.resads.ui.PromotionFragment.java com.ul.resads.ui.RestaurantFragment.java com.ul.resads.util.MyLocationListner.java com.ul.resads.util.RESTClient.java com.ul.resads.util.RetrieveDataFrmActivity.java