I\'m displaying a list of contacts (name + picture) using the ListView. In order to make the initial load fast, I only load the names first, and defer picture l
ListView
Add the following line to onResume() listview.setAdapter(listview.getAdapter());
listview.setAdapter(listview.getAdapter());