Is there a way to set your applications “type”? For example, If I download Opera for Android and then in another application I click a web URL, Android will ask me do I want to open the link with the default browser or with Opera. How do Opera achieve this?
EDIT specifically, how would I pass the URL into my activity?
You should read about activities and intent-filters.
Here is a good starting point: Activities, and specifically Intent Filters section.