Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-12-01 Thread Mark Rauterkus
Hi, Thanks for tips so far: But, Advice From: Advance IT BITCOM went zooming past me to quickly to comprehend. --- snip --- Create a workgroup for all devices and share folders with privileges. Once this is done add code in New app to search iPhone range for devices and share --- end snip

How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Mark Rauterkus
Hi, Looking for best practices. I want to create in LiveCode, Android Apps and have them run on tablets. And, I want to have them SHARE / TRADE text data. But, I don't have INTERNET. The Andoid devices have wifi. And they even have Bluetooth 4.0. What to do? Background: The school district

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Mark Talluto
> On Nov 30, 2015, at 11:16 AM, Mark Rauterkus wrote: > > If I can't communicate directly between devices, (doubt that I can), then > it might be easy to set up an INTRANET with a headless server on an extra > iMac or PC with a wifi router. Then we could talk at the site on

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Ben Rubinstein
Hi Mark, Two possible answers: a) Use any (err.. virtually) wifi access point to create a network that the devices can be on, then they can communicate directly with each other, even though that access point won't actually be connected to the internet. b) Make it worth Monte's while to port

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Monte Goulding
> On 1 Dec 2015, at 6:32 am, Ben Rubinstein wrote: > > b) Make it worth Monte's while to port the mergBLE extension to Android, then > use Bluetooth to connect the apps. It works great on iOS, but unfortunately > is not yet available on Android. Again, this solution

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Simon
http://runtime-revolution.278305.n4.nabble.com/How-would-YOU-trade-data-within-LC-Android-app-between-2-tablets-without-INTERNET-tp4699215p4699229.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-li

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Advance IT BITCOM
Create a workgroup for all devices and share folders with privileges. Once this is done add code in New app to search iPhone range for devices and share On Nov 30, 2015 2:16 PM, "Mark Rauterkus" wrote: > Hi, > > Looking for best practices. > > I want to create in LiveCode,

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Monte Goulding
> On 1 Dec 2015, at 1:46 pm, Simon wrote: > > Wahoo!! > Any idea what the further costing would be to bring on the full BLE? > I'd would be interested in a crowed sourced project. I’ll know more once I’ve implemented what I need to do the eddystone beacons. Cheers