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?
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?
You going to want to use an Intent Filter see this SO question - Android Respond To URL in Intent