库编码(无解码)QR码

时间:2012-04-09 16:16:48

标签: android qr-code

我知道zxing,我知道如何将它用作jar,所以我不必使用intent方法。但是...:

  1. zxing背后的开发人员Sean Owen显然doesn't really like people embedding it in their apps并希望他们使用Intent apporach,这在我看来真的会杀死用户体验。
  2. 我只需要编码部分。不好意思地说:我想要为QR码更改一些数据。无需扫描,解码等。
  3. 它几乎是我应用程序大小的两倍,但这是最不重要的问题。
  4. 我google了很长时间,但zxing似乎是迄今为止最流行的解决方案,因为我没有发现任何其他内容。你知道其他一些库还是只是一些准备使用的算法?我不想重新发明轮子......

2 个答案:

答案 0 :(得分:1)

如果您始终拥有互联网,则选项是使用Google的API生成QR码。 http://createqrcode.appspot.com/

示例(返回png图像):http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=MESSAGE&chld=H|0

答案 1 :(得分:1)

您可以使用此处提供的库: http://www.swetake.com/qr/index-e.html 最后一个链接将您带到日语站点,您可以在其中下载Java库。它已经过时但很有效。