User Tools

Site Tools


built_in:save_text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:save_text [2016/01/10 07:54]
71.35.117.122 [Example]
built_in:save_text [2020/07/07 16:56] (current)
Line 8: Line 8:
  
 The third parameter **id** is an optional text parameter and allows sharing of data across multiple Apps when the same id is used by both apps. The third parameter **id** is an optional text parameter and allows sharing of data across multiple Apps when the same id is used by both apps.
 +
 +The third parameter is only useful for sharing data between apps run in the DroidScript IDE. It cannot be used to share data between standalone apps created with the apk-builder.
  
 <code> app.SaveText( valueName, value, id );</code> <code> app.SaveText( valueName, value, id );</code>
Line 28: Line 30:
   app.SaveText( "MyName", name );   app.SaveText( "MyName", name );
 }   }  
-What ever this^^^^ is. it is not correct.+
 </code> </code>
 +
 +==== APK ====
 +When you use SaveText while running in the DroidScript app, the value will be stored in DroidScript.
 +
 +When you first create your APK the text you have saved will **not** be bundled with the apk.
 +
 +The first time the customer runs the app, the default value will be returned by app.LoadText.
 +
 +If the customer installs an update to the app later, any values the app has saved will not be lost.
 +
built_in/save_text.1452412487.txt.gz ยท Last modified: 2016/01/10 15:54 (external edit)