krasnoff
krasnoff

Reputation: 967

QR code that redirects to android market

I want to generate a QR code that activates the Android market application and within that application opens a specific application such as "pocket chess for android". is it possible to do that? and if its possible, how?

Upvotes: 2

Views: 278

Answers (2)

Gp2mv3
Gp2mv3

Reputation: 1451

Yes it's, you must know the link for the application in the Market. When you've that link, you must encode it in QR (a lot of sites can help you: A small search on Google). The mobile phone can detect automaticaly the link and he opens the browser.

Upvotes: 2

Evgeniy Kirov
Evgeniy Kirov

Reputation: 534

It's easy.

  1. Find your app on Market https://market.android.com/details?id=kobi.chess
  2. Use any QR encoder to encode the link. For example you can use Google Charts API: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://market.android.com/details?id=kobi.chess

Upvotes: 5

Related Questions