I need to create a qrcode in my android application, I need a library or source code that lets me create a Qr code for Android App. The library i need must:
- not leave a watermark (like onbarcode library)
- not use webservice api to create the qrcode(like google's library zxing)
not need 3-rd party inslallers (like QR Droid)
I already created such a code for Iphone(objective c) but i need a quick fix for android until i have time to make a qr generator of my own. It's my first android project sow any help will be appreciated,