I have implemented android app which should download images from server and display them in ListView, but very interesting thing occures while images are downloading
instead of using the convertview object create a new view each time.
View localView = ((LayoutInflater)parentscreen.getSystemService("layout_inflater")).inflate(R.layout.activity_list_row, null);
By inflating as above.