A barcode scanner example that uses ZXing. Followed the very well written tutorial located at mobile.tutsplus.com/tutorials/android/android-sdk-create-a-barcode-reader/.
ScannerExample is hosted in the following web site
https://github.com/benjamintanweihao/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 |
ScannerExample has the following Java source files.
com.example.scannerexample.MainActivity.java com.google.zxing.integration.android.IntentIntegrator.java com.google.zxing.integration.android.IntentResult.java