Followed this tutorial code.tutsplus.com/tutorials/android-sdk-create-a-barcode-reader--mobile-17162 to make a simple scanner app; planning to extend later.
ScannerExample is hosted in the following web site
https://github.com/AlyssaNabors/ScannerExample
If you think the Android project ScannerExample 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 ScannerExample.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
ScannerExample has the following Java source files.
com.example.scantoshelf.MainActivity.java com.google.zxing.integration.android.IntentIntegrator.java com.google.zxing.integration.android.IntentResult.java