I've seen in some application like Waze - GPS Navigation and Facebook app have a protocol that when the user surf to a waze:// site, it opens the Waze app with a given location.
For example:
When i have Waze installed in my phone and i'm surfing to:
waze://?ll=<lat>,<lon>
The Waze application will automatically opens and center my map to lat,lan location.
How can i make and register a protocol to my own app that will use syntax like
`myApp://command`
and will open my application with a given parameters ?