-3

听说我正在从事 qrcode 生成应用程序开发,我是 EAndroid 应用程序开发的新手所以任何人都可以建议我如何使用 google image chart API 将其集成到 eclipse android 项目中并用于 QR 码生成,如果还有其他选择的话也建议我。

谢谢

4

2 回答 2

2

如果您正在查看“扫描”二维码,那么您应该尝试使用 zxing 库。如果它给你带来麻烦,有很多关于 SO 的 Q&A 可以帮助你,你也可以参考这个博客

在 SO 上搜索 zxing 还有zxing home

于 2012-12-10T09:42:32.153 回答
1

Follow the Intent-based integration described here: http://code.google.com/p/zxing/wiki/ScanningViaIntent

Although the page mostly refers to scanning and decoding, the IntentIntegrator class actually has a method for encoding data too by Intent.

You don't even need the Google Chart API. But if you do want to use it, there's nothing much to know except that you would display the image that it generates in a WebView. That's it.

于 2012-12-10T12:58:52.337 回答