Cristian Peța 103 Posted December 2, 2019 I've put on github a project that is using standard libraries from Honeywell and Zebra to read barcodes on devices with Android. It's my first project on github and I just made a restructuring. I hope it's all there. https://github.com/CristianPeta/HandheldBarcodeReader 3 1 Share this post Link to post
Stéphane Wierzbicki 45 Posted December 2, 2019 Thank you for sharing this! Share this post Link to post
Dave Nottage 557 Posted December 2, 2019 You realise you don't actually need to subclass the Activity? You do however need to have a class that implements EMDKListener, StatusListener, DataListener. I went through the process of implementing this a couple of years ago. Looking at the code now, it might even be possible to do it completely in Delphi. Share this post Link to post
Cristian Peța 103 Posted December 3, 2019 I tried to subclass the Activity in Java for Honeywell and doesn't work. No errors but doesn't start the scanner. Maybe my Java knowledge was not enough. I will give it an other try when I will have a little time. Share this post Link to post