google / blockly-android

Blockly for Android
Apache License 2.0
673 stars 209 forks source link

Add an example of temporary saves to TurtleActivity #585

Closed RoboErikG closed 7 years ago

RoboErikG commented 7 years ago

This adds saving the workspace to a temporary file in onPause and reloading it when the activity is created to the Turtle demo. This is one approach to saving and restoring users work.

Fixes #534


This change is Reviewable

AnmAtAnm commented 7 years ago

This behavior was previously built into AbstractBlocklyActivity. I'd rather fix that, than make Turtle specific code.