An Android shopping list application written for a Usability class.
go-shop is hosted in the following web site
https://github.com/ross-kahn/go-shop
If you think the Android project go-shop 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 go-shop.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
There are 5 image files in go-shop. The names of the image files are listed as follows.
expander_open_holo_light.9.png ic_action_search.png ic_menu_delete.png ic_menu_edit.png tag_icon.png
The following screenshort is generated from the image listed above.
go-shop has the following Java source files.
com.goshop.activity.CategoryManagerActivity.java com.goshop.activity.GoShopActivity.java com.goshop.activity.ListItemActivity.java com.goshop.adapter.CategoryListAdapter.java com.goshop.adapter.CategoryManagerAdapter.java com.goshop.adapter.ColorListAdapter.java com.goshop.adapter.GoShopAdapter.java com.goshop.adapter.ShoppingListAdapter.java com.goshop.data.Category.java com.goshop.data.DataModelInterface.java com.goshop.data.Item.java com.goshop.data.ItemManager.java com.goshop.data.ListItem.java com.goshop.data.XMLParser.java