Android Question Save CustomListView to a file?

Branko Milosevic

Active Member
Licensed User
I have a CustomListView I need to save to read from a file on activity resume and save back to the file on activity pause.
Is it possible to use File.ReadList and File.WriteList without going through looping CustomViewList to populate an intermediate list with item values of interest?
What I am looking for is to avoid looping through the list.

Thanks,
 
Top