damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.44k stars 800 forks source link

Add syncing scripts to Google Docs #275

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

Sync adapters are described here: 
http://developer.android.com/resources/samples/SampleSyncAdapter/index.html

It should be possible to use that to backup/restore/share scripts via docs.

Original issue reported on code.google.com by damonkoh...@gmail.com on 1 Mar 2010 at 8:39

Copied from original issue: damonkohler/android-scripting#203

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

Even better, build an AppSpot service to store and share version-controlled 
scripts,
then sync to that.

Original comment by romzombie on 20 Apr 2010 at 7:31