mobile-desktop sharing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
mobile-desktop sharing
Is there a preferred way to share data between the mobile and he destop version of a Livecode application?
***
Hans Rijnbout
Utrecht, Netherlands
Hans Rijnbout
Utrecht, Netherlands
-
- VIP Livecode Opensource Backer
- Posts: 10045
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: mobile-desktop sharing
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: mobile-desktop sharing
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:
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. 
Code: Select all
get cdb_sync("*","tableName","cloud",false,false)

Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
Re: mobile-desktop sharing
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.
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
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com