I am trying to create an android application that is linked to a QR code. I need the user to scan a QR code and be taken to the application which they can then use. I have looked around on the internet where there are many different generators but they are for website,sms,text. Is there a way to link it to an application?
Thanks
You can link to the market page of an app with a link like this:
market://details?id=com.example.admob.lunarlander
Turn that link into a QR code like you would for any other URL. When they scan it, this will give the user the option to Install the app if they don’t have it, or Launch the app if they do.
ref: http://support.google.com/admob/bin/answer.py?hl=en&answer=1620109