Hello!
I have a CustomListView object that each item is a panel consisting of some labels.
This listview is being totally refreshed according to some GPS data, so there is not any periodical function there.
Another process from websocket, is updating partially some of the labels of some listview panel items. Not periodically again.
This is resulting to eventual crashes, because it's possible to conflict the GPS process with the websocket process.
How could I do these changes or refreshes safely, without app crash?
Note that the crashes don't give any report!
Thank you in advance!
I have a CustomListView object that each item is a panel consisting of some labels.
This listview is being totally refreshed according to some GPS data, so there is not any periodical function there.
Another process from websocket, is updating partially some of the labels of some listview panel items. Not periodically again.
This is resulting to eventual crashes, because it's possible to conflict the GPS process with the websocket process.
How could I do these changes or refreshes safely, without app crash?
Note that the crashes don't give any report!
Thank you in advance!
Last edited: