android条码扫描器没有读取产品的内容。它只是显示数字。

时间:2015-05-14 07:51:41

标签: android

我在我的项目中实现了android条形码扫描程序,但它只是显示内容编号而不是名称。我需要在扫描条形码时读取条形码的名称。

感谢。

1 个答案:

答案 0 :(得分:0)

现在,Google通过Google Play Services 7.8版本提供了Barcode Scanning Apis,该版本有很多属性可以返回有关扫描的Barcode,例如rawvalue,displayValue,valueFormat,url,email,phone等。他们还提供{ {3}},CodeLabs了解更多信息。