mobile-desktop sharing

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
HansRij
Posts: 9
Joined: Fri Aug 09, 2019 8:10 pm

mobile-desktop sharing

Post by HansRij »

Is there a preferred way to share data between the mobile and he destop version of a Livecode application?
***
Hans Rijnbout
Utrecht, Netherlands
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: mobile-desktop sharing

Post by bogs »

A hosted file on a server is the only way I know of.
Image
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: mobile-desktop sharing

Post by FourthWorld »

Yep, like Bogs said. The modern world of multi-device interoperability is driven by cloud services. These need not be public clouds; a simple VPS or even shared host can work very well for many tasks. But some external server is how most data syncing is done these days.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
mtalluto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 128
Joined: Tue Apr 11, 2006 7:02 pm
Contact:

Re: mobile-desktop sharing

Post by mtalluto »

https://livecloud.io/ could be useful here. LiveCloud is a LiveCode native solution. It can sync data between your app and the cloud with a single line of code:

Code: Select all

get cdb_sync("*","tableName","cloud",false,false)
I am one of the developers on the project. It could be argued that I may be biased. Please take this as an informational message. :D
Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: mobile-desktop sharing

Post by bogs »

Say it ain't so, Mark, say it ain't so :shock:
Image
mtalluto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 128
Joined: Tue Apr 11, 2006 7:02 pm
Contact:

Re: mobile-desktop sharing

Post by mtalluto »

Hi Bogs,

I found myself catching up on things in the forums on this beautiful weekend. I felt guilty, not jumping in here and saying hello. Glad to see you are here as well.
Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: mobile-desktop sharing

Post by bogs »

I hope all your weekends go beautifully, no guilt and no pressure please :D
Image
Post Reply