I am develping an app in iphone which reads barcode using ZBar framework. Is there any framework or sample code to re - generate the bar code or QR code?

link|improve this question

64% accept rate
feedback

1 Answer

Sure, ZXing has QR code generating code. It's in Java though, but you could port it -- actually I forget whether it's already been ported within the project.

But, even easier, just call to the Google Chart Server. It has the same encoder inside it. No coding needed to get an image for given contents.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.