How can I constantly update list items in a list view in Android?
I have an activity that monitors the progress of ongoing transactions. When I load the progress view it captures the state at the moment of creation, but naturally I want to update it.
I tried following this answer, but this creates a code block which is executed constantly even if the activity is not in focus.
Perhaps there is some kind of dynamic list view adaptor that I am unaware of?