I have Dolphin 70e Black device.I want to scan QR code using the Laser Scanner in the device and How to start the scanning in the device in My App Please help
Asked
Active
Viewed 4,011 times
4
-
Definitely off-topic. Use Google to get tutorials. Use official documentation to learn... – shkschneider May 07 '15 at 09:59
-
@shkschneider Google doc won't tell how to access the Dolphin barcode reader (not the camera!) input through code. – Crono Jul 16 '19 at 17:36
-
I meant the search engine... – shkschneider Jul 23 '19 at 09:52
-
Use Honeywell_MobilitySDK_Android available on their site – Cezar Alexandru Vancea Aug 23 '19 at 10:15
1 Answers
1
You will need a library for scanning the barcodes from the camera. A popular library for this is ZXing: https://github.com/zxing/zxing
Here are two nice tutorials for getting you started: http://code.tutsplus.com/tutorials/android-sdk-create-a-barcode-reader--mobile-17162 http://blog.dihaw.com/integrating-zxing-in-your-android-app-as-standalone-scanner/

Daniel Zolnai
- 16,487
- 7
- 59
- 71