Android Question How to use built-in barcode reader?

mandu

Member
Licensed User
Longtime User
I have an Android 5.1.1 device for logistic use with the built-in barcode reader.
Is there a library that allows me to use the built-in barcode reader?
 

mandu

Member
Licensed User
Longtime User
https://www.dropbox.com/sh/yss48hn3ecvvbbr/AAArE_88G-lsNHPD4_8eQQmfa?dl=0
New version using the newer sdk, a few new methods in the Module wrapper...
Source available too

As i also added more .so files the lib became much bigger...
But at least you should try. if it works then we can find out which files are not needed....

If it still not work using the init methods. Adapt the source :)

Hi.

I produce a wrapper for class Barcode1D and Barcode2D editing your java file in directory src: now I want to create a wrapper for another class that have a method like this "... setScanCallback(Barcode2DWithSoft.ScanCallback sc) ...".

The parameter is not standard like int or string.
How Can I get this wrapper?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
The setScanCallback is part of which Class?
 
Upvote 0

charlesg

Member
Licensed User
Longtime User
My Android PDA has an option in Android setup to treat scanned code as a keyboard wedge. Just fills the textbox that has focus. Have you checked your setup? It is a lots easier than wrappers! I use this function every day.
 
Upvote 0

mandu

Member
Licensed User
Longtime User
My Android PDA has an option in Android setup to treat scanned code as a keyboard wedge. Just fills the textbox that has focus. Have you checked your setup? It is a lots easier than wrappers! I use this function every day.

Many, many thanks! It is very useful
 
Upvote 0
Top