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
Then details inside : http://stackoverflow.com/questions/2489048/qr-code-encoding-and-decoding-using-zxing
2) image processing in ZXing library : http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java
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
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.
ReplyDeleteThis 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.
ReplyDeleteSee also: QR code writer in .NET, QR code generator for C# & VB.NET, QR code generator for ASP.NET