Georgia Gwinnett College - Software Development Project Course - Team Members: David Anderson, Rick Price, Bertram Bishop, Marin Rangelov - Developed using the Android Development Tools plugin for Eclipse, Shopping Cart is an android application designed.
ShoppingCart is hosted in the following web site
https://github.com/DavidAnderson03/ShoppingCart
If you think the Android project ShoppingCart 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 ShoppingCart.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 11 |
jar files used | android-support-v4.jar opencsv-2.4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\ShoppingCart.db assets\test.csv |
There are 4 image files in ShoppingCart. The names of the image files are listed as follows.
arrow.png arrow_down_.png home_button_icon.png shopping_cart_icon.png
The following screenshort is generated from the image listed above.
ShoppingCart has the following Java source files.
com.example.shoppingcart.AddStoreItemActivity.java com.example.shoppingcart.CreateShoppingListActivity.java com.example.shoppingcart.CreateStoreActivity.java com.example.shoppingcart.CustomExpandableAdapter.java com.example.shoppingcart.DataBaseHelper.java com.example.shoppingcart.ItemList.java com.example.shoppingcart.ListOfStoresActivity.java com.example.shoppingcart.MainActivity.java com.example.shoppingcart.MainList.java com.example.shoppingcart.ManageShoppingListActivity.java com.example.shoppingcart.ManageShoppingListItemsActivity.java com.example.shoppingcart.ManageStoreActivity.java com.example.shoppingcart.ManageStoreItemActivity.java com.example.shoppingcart.ShoppingList.java com.example.shoppingcart.SortList.java com.example.shoppingcart.SortedItemsActivity.java com.example.shoppingcart.Store.java com.example.shoppingcart.UpdateStoreItemActivity.java