start external app from a LiveCode app

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jim1001
Posts: 143
Joined: Fri Jan 29, 2016 6:25 pm

start external app from a LiveCode app

Post by jim1001 » Wed Sep 14, 2016 3:36 pm

Is it possible to start an external app from a LiveCode app using some kind of a link?

I've read the "launch" entry in the Dictionary but it doesn't quite fit the bill. I have no file to open, don't want to go to a URL in a browser or open a dialer. Just want to direct the user to an external app (already installed on the mobile Android device) preferably by opening it for them when they click some text in my LiveCode app.

Thanks for your time,
Jim

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: start external app from a LiveCode app

Post by FourthWorld » Wed Sep 14, 2016 5:28 pm

Does the app you want to launch use a custom URL scheme?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jim1001
Posts: 143
Joined: Fri Jan 29, 2016 6:25 pm

Re: start external app from a LiveCode app

Post by jim1001 » Thu Sep 15, 2016 11:44 am

Thanks for reply Richard. The app sponsors don’t have a specific app in mind at present. They just asked if it was possible. I’ve done a quick web search for custom URL scheme as it’s new to me. Can you recommend a good source to read? Is there an easy way to see if an app uses a custom URL scheme?

Post Reply