Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate 2D bar code (e.g. QR Code, Data Matrix, PDF417) on iPhone and Android

I need a library to generate a 2D bar code on iPhone and Android (and preferably WM7 and possibly j2me too) - the idea is to transfer information to another device with a corresponding scanner (decoder). What are the good options?

ZXing is an option, in particular for the reading/decoding aspect, but I want to generate them on these devices.

like image 517
stolsvik Avatar asked Dec 09 '22 12:12

stolsvik


2 Answers

Best option should be ZXing's library. I'm not sure about the Windows Phone 7 support tho.

like image 147
Octavian A. Damiean Avatar answered Dec 12 '22 02:12

Octavian A. Damiean


I tried all solutions described above with no success, but then found this library: akopanev-iOS-QR-Code-Encoder

Open-source, simple to implement, has sample xcode project, works great

author - Andrew Kopanev

like image 26
Eugene Braginets Avatar answered Dec 12 '22 02:12

Eugene Braginets