I am developing an app for iPhone that reads QR codes, but I need to generate this QR code as well from a PC that prints them,
I need my QR generating a text string like:
Mike,Alistar,83503945,23/jun/1982,045,contactoSumbis,03982,0451053434,monio@gmail.com,45 cucll rd,white,no notes,4/feb/2012
But I need to make my custom form like in the zxing QR generator
to accommodate fields of my necessity, name, id, dob etc
so how to accomplish this?, can I change the Zxing qr generator forms, or is there another way,
thanks to @ron to pointing this link but now i have the doubt is this for a java applet? how does it run in the web like in the link for the generator?,
because I saw the code appspot code for contact form, now I have the doubt, because it looks like is for android, like importing events,,
so is what I should look at to a java applet?,
thanks!