Ian Vink
Ian Vink

Reputation: 68750

Android Generate QR Scan image

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

Upvotes: 1

Views: 745

Answers (3)

BJB
BJB

Reputation: 93

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.

Upvotes: 1

Kendrick Erickson
Kendrick Erickson

Reputation: 481

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.

Upvotes: 3

Ryan Gooler
Ryan Gooler

Reputation: 2065

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.

Upvotes: 1

Related Questions