Barcode Scanner Device with android SDK -


i want integrate barcode scanner in android app. not getting company provide barcode scanner device android sdk. can configure device android app. please me guys if 1 have info query?

google provides barcode api detects barcodes in real-time, on device, in orientation. can detect multiple barcodes @ once.

it reads following barcode formats:

1d barcodes: ean-13, ean-8, upc-a, upc-e, code-39, code-93, code-128, itf, codabar

2d barcodes: qr code, data matrix, pdf-417, aztec

checkout demo app available on github barcode-scanner


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -