B4J Question Save tableview items to file

Hello
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:
2016-03-08_181421.png

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:
Top