Hi, guys --
This topic indirectly linked with https://www.b4x.com/android/forum/t...ng-selected-csbuilder-text-in-edittext.98236/
To save/restore int , string, double is enough simple. For example, to create a map, then File.WriteMap, File.ReadMap.
But what about CSBuilder ? If to try map.put ("foo", cs), it will be an error in run-time - java.lang.ClassCastException: java.lang.String cannot be cast to android.text.SpannableStringBuilder
Any ideas ?
This topic indirectly linked with https://www.b4x.com/android/forum/t...ng-selected-csbuilder-text-in-edittext.98236/
To save/restore int , string, double is enough simple. For example, to create a map, then File.WriteMap, File.ReadMap.
But what about CSBuilder ? If to try map.put ("foo", cs), it will be an error in run-time - java.lang.ClassCastException: java.lang.String cannot be cast to android.text.SpannableStringBuilder
Any ideas ?