How to open any other App or website from your app?
Intent can be used to open urls or other apps from android app.
To open URLs from app
1. In order to link to a url from your app, which means on clicking a button or on any other event the url opens in default browser in mobile, first add an intent component in LOGIC area of Sketchware project.
2. Next, on button click event, add following blocks:
Intent setAction ACTION_VIEW,
Intent setData URL of website to be opened
StartActivity Intent
To open other apps in mobile from app
1. Other apps in mobile can be opened using the package name of those apps. If the app is not installed on mobile, then it will not open. Below is an example to open Snapseed photo editor app from a Sketchware app.
2. In order to open other apps directly on button click, add an intent component as shown above.
3. Next, on button click event, add following blocks:
Intent setAction ACTION_VIEW,
Intent setData android-app://com.niksoftware.snapseed(package name of the app)
StartActivity Intent
To open URLs from app
1. In order to link to a url from your app, which means on clicking a button or on any other event the url opens in default browser in mobile, first add an intent component in LOGIC area of Sketchware project.
2. Next, on button click event, add following blocks:
Intent setAction ACTION_VIEW,
Intent setData URL of website to be opened
StartActivity Intent
To open other apps in mobile from app
1. Other apps in mobile can be opened using the package name of those apps. If the app is not installed on mobile, then it will not open. Below is an example to open Snapseed photo editor app from a Sketchware app.
2. In order to open other apps directly on button click, add an intent component as shown above.
3. Next, on button click event, add following blocks:
Intent setAction ACTION_VIEW,
Intent setData android-app://com.niksoftware.snapseed(package name of the app)
StartActivity Intent
Make one for file loading apus that load a file from an apk like it library folder plz need that
ReplyDeleteHow open all sharable app and share then
ReplyDeleteHow to open specified contact on whatsapp?
ReplyDeleteNot working this on the latest version.
ReplyDeleteWhile java compiling..
It shows..
ACTION_VIEW Cannot be resolved to a variable
How to fix this
Help
✊👈
DeleteI have webview app but i need to open torrent applications when i click on the magnet link on wwbview hiw it i possible?
ReplyDeleteHow can I deep link an android app with my app?
ReplyDeletesyntax in opening calculator pls. tnkz
ReplyDeleteI have a problem trying to open a website from sketchware app I developed. I am always getting the below message.
ReplyDeleteItem not found. Retry
Then the google.store link comes below the page.
The item to open is an apk file which is not from google.store.
Thanks
Isaac
If it is a download url, use codes which enable download. If it is a website which tries to open in other app, stop using Intent which opens it in other apps.
DeleteHow to open a specific website in a
ReplyDeletespecific app(ex chrome only) from my app?
It worked
ReplyDeleteThanks Now I am going to make my own Launcher😂
ReplyDeleteHow can open. App activity in sketchware... Example paypal .. Intent a botton to send money directly to my app
ReplyDeleteit didn't work, the app just don't start at all.
ReplyDelete