hi
is it possible to create an url where the user clicks on it and if the app is installed it will open and a value is also sent via this url?
like youtube url does. user share a video via url link. if someone clicks on it it opens the youtube app and load the video.
is something like this possible in b4x language? so for b4a and b4i?
i found that it is possible for b4a using <intent-filter>
is it possible to create an url where the user clicks on it and if the app is installed it will open and a value is also sent via this url?
like youtube url does. user share a video via url link. if someone clicks on it it opens the youtube app and load the video.
is something like this possible in b4x language? so for b4a and b4i?
i found that it is possible for b4a using <intent-filter>
Launching an App from a URL
I am attempting to get the Android application chooser to launch when a specific URL is clicked from within a registration e-mail. I have already looked at the below question and several others but...
stackoverflow.com