kazem forghani
Member
Hello
I've saved this way tableview items:
The stored information is:
How can tableview all items saved in the file so that you can read them again and added tableview?
I also saw the error was: https://www.b4x.com/android/forum/threads/save-tableview-items-to-file.58121/
Thank you
I've saved this way tableview items:
B4X:
Dim items As List = ListContent.Items
File.WriteList(File.GetFileParent(URL), File.GetName(URL), items)
The stored information is:
How can tableview all items saved in the file so that you can read them again and added tableview?
I also saw the error was: https://www.b4x.com/android/forum/threads/save-tableview-items-to-file.58121/
Thank you
Last edited: