Possible Duplicate:
Android, QR code library NOT ZXING
I want to create an app that scans a predetermined QR Code and sends to a webpage. I don't want a whole library (so no ZXing), just a predetermined QR code that if scanned, sends to user to a predetermined webpage... So basically somewhere in the code I would supply the both the qr code link and the webpage link.
Example: If the user scans the QR Code supplied by this link http://qr.kaywa.com/img.php?s=8&d=http%3A%2F%2Fyoutube.com, they will be sent to youtube.com/watchxyz
Is there any existing framework or a guide on doing this?