I have a list which is filled with a custom ArrayAdapter.
ArrayAdapter
I want to update a progress bar every second, so I am trying to use notifyDataSetChanged
notifyDataSetChanged
If you are not calling this from the main thread try having the main thread call this function. That is usually the problem when notifyDataSetChanged isn't updating the actual screen contents.