How to register some URL namespace (myapp://app.start/) for acsessing your programm 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:07 UTC
Read the original article
Hit count: 183
So I want to create an Android App so it would be registred somewere in android os (or just would start on system start) and when Phone user clicks on special button on Web Page inside Web Browser a la
<a href="myapp://mysettings">Foo</a>
my app would PopUp and run using params sent in that URL.
So how to do such thing?
I need a tutorial with code!)
© Stack Overflow or respective owner