1

I'm developing an Android Application in which I need to Interact the web browser(Like chrome,Opera ) with my android app.

That is, In Android Device , when I click my particular web URL using any of the browsers. The App must be opened .

I'm really Confusing with this task . Please anybody help me by reply me How to achieve that ?

Thanks

Rakesh L
  • 995
  • 3
  • 15
  • 38

1 Answers1

5

There are many links which can help you with that. See

  1. Make a link in the Android browser start up my app?

  2. Launch custom android application from android browser

  3. Invoke android application from browser

  4. Open my Android app from URL link from browser

  5. How to launch an activity from browser in android?

Hope they help you understanding how to do it. If there is any specific issue you are facing, I would be happy to help further.

Community
  • 1
  • 1
Shobhit Puri
  • 24,785
  • 8
  • 89
  • 115
  • Thanks, Shobhit Puri .I tried this . I works fine . But when I click that URL ,the Dialog with my app opened along with other installed browsers.But I need to show my app only .How to do that ? – Rakesh L Aug 26 '13 at 04:31