Demo Android app for a local restaurant.
CBC is hosted in the following web site
https://github.com/jkgneu12/CBC
If you think the Android project CBC 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 CBC.
Item | Value |
---|---|
Java File Count | 18 |
Target SDK Version | 15 |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | actionbarsherlock.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\sqlite\cbc.sqlite |
There are 3 image files in CBC. The names of the image files are listed as follows.
ic_cbc.png ic_magnify.png ic_navigation.png
The following screenshort is generated from the image listed above.
CBC has the following Java source files.
com.devcamp.ContentScreen.java com.devcamp.DetailsScreen.java com.devcamp.HomeScreen.java com.devcamp.SplashScreen.java com.devcamp.adapter.BeerDatabaseResultsAdapter.java com.devcamp.adapter.DatabaseResultsAdapter.java com.devcamp.adapter.FoodDatabaseResultsAdapter.java com.devcamp.constants.Constants.java com.devcamp.db.CBCdb.java com.devcamp.db.DatabaseUtils.java com.devcamp.db.SQLiteDb.java com.devcamp.fragment.DetailsFragment.java com.devcamp.fragment.ListItemFragment.java com.devcamp.logging.Logger.java com.devcamp.screens.SplashScreen.java com.devcamp.session.CBCSessionVars.java com.devcamp.session.Persona.java com.devcamp.session.SessionVars.java