AsyncTask breaks custom listview
问题 Hey I have a listview which I load from a resource using asynctask and show progress bar before loading list. Currently, the progress bar doesn't show up at the start and it breaks the list as well. Any help would be appreciated, by breaking the list I mean it loads elements on top of each other like this instead of 10 elements at once which was working fine before including async task. Code for activity: public class MovieRatingsActivity extends ListActivity { private ArrayList<Movie> movies