I have a website it has many links like Facebook , Twitter and etc. when some one click that facebook link in android browser , it should open facebook android app , if it is installed in that device otherwise i should open google market.
so how to give my
`<a href="what link should i give here?" >open facebook</a>
<a href="intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;end"> Take a QR code </a>
if i give this link play store opening, same way how to open other app?
<a href="market://details?id=com.linkedin.android">clikc me </a>
this link brings me to market place , instead of this i want to open linked app directly