0

I want to call android application on clicking of button on some website from mobile.

For example, When I click the web link, its call to android application if installed. Otherwise its redirect to specific application download on Android Market place.

Thanks in advance. G. Padmanabhan.

Jamie Hutton
  • 260
  • 3
  • 13
gnabhan
  • 65
  • 1
  • 8
  • Its already been asked I guess try this http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser – Aditya Apr 28 '11 at 12:08

1 Answers1

0

You need to implement an Intent Filter. Read the documentation at the following link:

http://developer.android.com/guide/topics/intents/intents-filters.html#ifs

tacone
  • 10,962
  • 8
  • 39
  • 59