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

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

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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…