Android Question How to create a hyperlink that will launch my app?

JohnC

Expert
Licensed User
Longtime User
The below thread shows how a hyperlink can be used to launch the app store and go to an app's page:

http://www.b4x.com/android/forum/threads/using-intent-is-b4a.20411/

So somehow the Android OS knows how to handle the "Market://" prefix and launch the play store.

How can I create an app that will register a custom prefix like "MyApp://" so if the user clicks on such a link within an email or webpage, it will launch my app (assuming my app is installed on the user's device)?
 

JohnC

Expert
Licensed User
Longtime User
Sweet - thank you!
 
Upvote 0
Top