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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -