How to fix IllegalStateException error when trying to update a listview?
- by Michael Vetrano
Hi guys, I am trying to get this code to run, but I get an IllegalStateException when I run this code saying that the content of the listview wasn't notified, yet I have a notification upon updating the data. This is a custom listview adapter. Here is the relevant part of my code:
class LoadingThread extends Thread {
public void run() {
…