Android client for creating shopping lists by taking a photo of a bar code of the product..
shopping-list is hosted in the following web site
https://github.com/Artemych/shopping-list
If you think the Android project shopping-list 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 shopping-list.
Item | Value |
---|---|
Java File Count | 21 |
Activity Count | 3 |
Fragment Count | 5 |
Required Permissions | android.permission.CAMERA android.permission.INTERNET |
shopping-list has the following Java source files.
com.artem.shoppinglist.AppDelegate.java com.artem.shoppinglist.ApplicationTest.java com.artem.shoppinglist.activity.BarScannerActivity.java com.artem.shoppinglist.activity.MainActivity.java com.artem.shoppinglist.activity.ProductListActivity.java com.artem.shoppinglist.adapter.ProductListAdapter.java com.artem.shoppinglist.adapter.ProductPagerAdapter.java com.artem.shoppinglist.api.ProductService.java com.artem.shoppinglist.fragment.AddNewListDialogFragment.java com.artem.shoppinglist.fragment.PagerFragment.java com.artem.shoppinglist.fragment.ProductFragment.java com.artem.shoppinglist.fragment.ProductListFragment.java com.artem.shoppinglist.loader.AsyncProductLoader.java com.artem.shoppinglist.loader.ProductListsLoader.java com.artem.shoppinglist.loader.ProductsLoader.java com.artem.shoppinglist.models.Product.java com.artem.shoppinglist.models.ProductList.java com.artem.shoppinglist.models.ProductListMap.java com.artem.shoppinglist.service.ReminderService.java com.artem.shoppinglist.sqlite.SQLiteProvider.java com.artem.shoppinglist.sqlite.SQLiteUriMatcher.java