0

Possible Duplicate:
Android Respond To URL in Intent

I'm working on a Wikipedia client and I want the user to be able to open a page using my app (like the official Wikipedia app). How can this be archived?

Community
  • 1
  • 1
SweSnow
  • 17,504
  • 10
  • 36
  • 49

1 Answers1

0

You going to want to use an Intent Filter see this SO question - Android Respond To URL in Intent

Community
  • 1
  • 1
bytebender
  • 7,371
  • 2
  • 31
  • 54