What I want to do: run a background thread which calculates ListView contents and update ListView partially, while results are calculated.
W
I had the same problem, but I fixed it using the method
requestLayout();
from the class ListView
ListView