I'm trying to get data stored in parts of a ListView. However, when a View scrolls off the page, the View is destroyed.
How do I tell the ListView not to destroy content that goes off screen?
I'm trying to get data stored in parts of a ListView. However, when a View scrolls off the page, the View is destroyed.
How do I tell the ListView not to destroy content that goes off screen?
If you don't want a view to be destroyed in your Listview you need to change to a Scrollview instead of a Listview. The whole point of a Listview is to display a lot of data efficiently.