A simple android app which scans for a books barcode, and tells us which supplier is selling it for the best price..
book-price is hosted in the following web site
https://github.com/roitt/book-price
If you think the Android project book-price 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 book-price.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 16 |
Activity Count | 4 |
jar files used | android-support-v4.jar picasso-2.3.2.jar zbar.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.CAMERA android.permission.INTERNET |
There are 3 image files in book-price. The names of the image files are listed as follows.
bottom_cam_marker.9.png ic_book_def.png top_cam_marker.9.png
The following screenshort is generated from the image listed above.
book-price has the following Java source files.
me.userinterface.bookprice.BookPricesActivity.java me.userinterface.bookprice.MainActivity.java me.userinterface.bookprice.ShowBookActivity.java me.userinterface.bookprice.SplashActivity.java me.userinterface.bookprice.ZBarScannerActivity.java me.userinterface.bookprice.utils.BookAdapter.java me.userinterface.bookprice.utils.BookItem.java me.userinterface.bookprice.utils.ConnectionInspector.java me.userinterface.bookprice.utils.ZBarConstants.java me.userinterface.bookprice.zbar.CameraPreview.java