Android Open Source - Photo client shopping-list






Project Summary

Android client for creating shopping lists by taking a photo of a bar code of the product..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of shopping-list.

ItemValue
Java File Count21
Activity Count3
Fragment Count5
Required Permissionsandroid.permission.CAMERA
android.permission.INTERNET




Java Source Files

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