An Integrated QR Scanner in Android Activity with zbar.
QrCodeScanner is hosted in the following web site
https://github.com/nogsantos/QrCodeScanner
If you think the Android project QrCodeScanner 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 QrCodeScanner.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Activity Count | 3 |
jar files used | zbar.jar |
Required Permissions | android.permission.CAMERA android.permission.VIBRATE android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in QrCodeScanner. The names of the image files are listed as follows.
barcode_scanner.png history.png
The following screenshort is generated from the image listed above.
QrCodeScanner has the following Java source files.
nogsantos.ufg.br.qrscanner.ApplicationTest.java nogsantos.ufg.br.qrscanner.CameraPreview.java nogsantos.ufg.br.qrscanner.MainActivity.java nogsantos.ufg.br.qrscanner.ResultActivity.java nogsantos.ufg.br.qrscanner.ScanActivity.java nogsantos.ufg.br.qrscanner.Utilities.Functions.java nogsantos.ufg.br.qrscanner.Utilities.HardwareUtils.java