Android Open Source - Development barcode book-price






Project Summary

A simple android app which scans for a books barcode, and tells us which supplier is selling it for the best price..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of book-price.

ItemValue
Java File Count10
Supported screen sizes[hdpi]
Target SDK Version21
Minimum SDK Version16
Activity Count4
jar files usedandroid-support-v4.jar
picasso-2.3.2.jar
zbar.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.CAMERA
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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