Thursday, April 12, 2012

QR code Generator

This is how you can make a QR code .For my case, when you can scan the QR code and you will reach to the PayPal link with the total sum of the product in it)


Firstly by using ZXing you can create by using their ZXing web link : http://zxing.appspot.com/generator
or
you can write by using QRcodeWrite class:http://zxing.org/w/docs/javadoc/com/google/zxing/qrcode/QRCodeWriter.html
http://code.google.com/p/zxing/source/browse/trunk/core/src/com/google/zxing/qrcode/QRCodeWriter.java?r=1028

But first one is very limited.

1)Step by Step: notice the ZXing package: http://stackoverflow.com/questions/6376400/zxing-android-generate-1d-barcode
Then details inside : http://stackoverflow.com/questions/2489048/qr-code-encoding-and-decoding-using-zxing


3) QR code writer in ZXing
http://cfsearching.blogspot.co.uk/2010/04/coldfusion-zxing-read-write-qrcode.html This is the CFC extention (not related with project)

4) Java android encoder (without using ZXing)



Encoding and Decoding through a web service:


BitMat (bit matrix) documentation

2 comments:

  1. Wow. Thanks for sharing so many resource of QR code Generator. I love QR code writer in ZXing best. It's quite good and useful.

    ReplyDelete
  2. This guide "how to make a QR code" is useful. I've heared of QR code writer in ZXing. In addition, there are a lots of barcode generator solution as Zxing. Goolge may see.

    See also: QR code writer in .NET, QR code generator for C# & VB.NET, QR code generator for ASP.NET

    ReplyDelete