tags:

views:

45

answers:

3

I wish to generate a QR image so people can scan to visit my Android market.

However, I need to specify a search param like: market://search?q=MyStringHere

+1  A: 

Check out App Referrer, a free app that will generate these codes for you, and can email you an image to post on your site.

Ryan Gooler
+3  A: 

I tend to use the ZXing Web Generator for creating QR code images.

http://zxing.appspot.com/generator/

Just use "URL" for the contents and use the market://search?q=String you want to reference.

Kendrick Erickson
+1  A: 

Google is your friend: http://code.google.com/apis/chart/ -> Chart Wizard -> Show Full Gallery -> choose the QR chart, put your URL in and voila, copy the QR image.

BJB