Page 1 of 1

Barcode scanner for android

Posted: Thu Apr 23, 2020 3:37 pm
by BigameOver
Does anyone know if there is a free barcode scanner for android?

Re: Barcode scanner for android

Posted: Thu Apr 23, 2020 7:44 pm
by ClipArtGuy
I'm not aware of one, but you can get the Indy version of LC right now for as little as free for the first year, which includes the Android barcode scanner widget.



https://livecode.com/stay-at-home/

Re: Barcode scanner for android

Posted: Fri Apr 24, 2020 12:52 am
by bangkok
BigameOver wrote:
Thu Apr 23, 2020 3:37 pm
Does anyone know if there is a free barcode scanner for android?
If the previous answer about the android widget (that uses the back camera of your phone to scan barcodes) is not enough :

-few android terminal have built-in barcode scanner. and those equipment emulates the android keyboard.
therefore, livecode is able to "catch" the data scanned by using a simple text field or native field.

-other systems : the saveo solution for instance : it's an external barcode scanner, that connects to... a regular smartphone. and here again, the scanner "emulates" an android keyboard. so Livecode can work with this.

https://saveoscan.com/products/saveo-scan-main/

Re: Barcode scanner for android

Posted: Sun Apr 26, 2020 7:59 pm
by sphere
The Android Barcode scanner Widget is not usable in darker areas, therefore we need to get an option to turn on the light.

Re: Barcode scanner for android

Posted: Fri May 01, 2020 5:59 pm
by sphere
Great news!
The flashlight will be added in lc9.6.0rc1 to use with the barcode scanner widget.
https://quality.livecode.com/show_bug.cgi?id=22315