i think maybe by connecting it with a website⊠This is how deep hot app works,
when you click any link it would open the app page(if app is installed) or open play store(if app is not installed). One thing to note is that, when app is not installed, it usually open browser firstly before it usually navigate to play store.
Both are different. This one and the one in custom webview extension.
If using custom webview extension then your app will be shown in Browserâs list when clicked on any link and need to open in external browser.
But using this extension, it will show you app only when the specific link is clicked/opened.
Alright sire, I was actually looking for extension which could navigate more than just a screen
Let say I have a video app⊠and each time user click share button in my app⊠they would get a link (probably ending with the video title or maybe index in list). Then when another user click this link it would redirect them to that particular item with the given index or title. . Just like that.
The extension will open your appâs main screen (Screen1) with url as start value.
Now it is upon you that how you use it.
For a list of supported formats of URIs see my previous posts.
Hello everyone,
This is my first comment in kodular community. And Iâm a newbie in kodular. @vknow360 I saw the Java file on GitHub. I changed the URI as mentioned there. Then what should I do? Please help me. I just started to learn. I would like to add deep link in my app. Love you all. Thanks in advance
CommonConstants:
[javac] Compiling 6 source files to /projects/goldv2/appinventor-sources/appinventor/components/build/classes/CommonConstants
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] 1 warning
[jar] error while reading original manifest in file: /projects/goldv2/appinventor-sources/appinventor/build/components/CommonConstants.jar due to error in opening zip file
[jar] Building jar: /projects/goldv2/appinventor-sources/appinventor/build/components/CommonConstants.jar
[jar] error while reading original manifest in file: /projects/goldv2/appinventor-sources/appinventor/build/components/CommonConstants-gwt.jar due to error in opening zip file
[jar] Building jar: /projects/goldv2/appinventor-sources/appinventor/build/components/CommonConstants-gwt.jar
HtmlEntities:
[javac] Compiling 1 source file to /projects/goldv2/appinventor-sources/appinventor/components/build/classes/HtmlEntities
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] 1 warning
[jar] Building jar: /projects/goldv2/appinventor-sources/appinventor/components/build/HtmlEntities.jar
AndroidRuntime:
[mkdir] Created dir: /projects/goldv2/appinventor-sources/appinventor/components/build/classes/AndroidRuntime
[javac] Compiling 332 source files to /projects/goldv2/appinventor-sources/appinventor/components/build/classes/AndroidRuntime
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] /projects/goldv2/appinventor-sources/appinventor/components/src/com/appybuilder/cloudfoxapps/Test2/Test2.java:25: error: class DeepLink is public, should be declared in a file named DeepLink.java
[javac] public final class DeepLink extends AndroidNonvisibleComponent{
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning
BUILD FAILED
/projects/goldv2/appinventor-sources/appinventor/build.xml:35: The following error occurred while executing this line:
/projects/goldv2/appinventor-sources/appinventor/build-common.xml:372: The following error occurred while executing this line:
/projects/goldv2/appinventor-sources/appinventor/components/build.xml:141: The following error occurred while exe [javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning
BUILD FAILED
/projects/goldv2/appinventor-sources/appinventor/build.xml:35: The following error occurred while executing this line:
/projects/goldv2/appinventor-sources/appinventor/build-common.xml:372: The following error occurred while executing this line:
/projects/goldv2/appinventor-sources/appinventor/components/build.xml:141: The following error occurred while executing this line:
/projects/goldv2/appinventor-sources/appinventor/build-common.xml:118: Compile failed; see the compiler error output for details.