How to register some URL namespace (myapp://app.start/) for accessing your program by calling a URL
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-03-12T02:05:43Z
        Indexed on 
            2010/03/12
            2:17 UTC
        
        
        Read the original article
        Hit count: 243
        
So I want to create an Android app so it would be registered somewhere in android OS (or just would start on system start) and when phone user clicks on special button on a web page inside a web browser a la:
 <a href="myapp://mysettings">Foo</a> 
my app would pop up and run using the params sent in that URL.
So how do I do such thing?
I need a tutorial with code!
© Stack Overflow or respective owner