Custom Adapter repeating
问题 I have this CustomAdapter, to fill a list with my data. The problem is that the Imageview is downloaded and drawed a lot of times. Example: I search to my server a list of videos: (Video1) Title 1 Description 1 (Video2) Title 2 Description 2 (Video3) Title 3 Description 3 .. When this loads, the image from the Video1 loads, then on the same Imageview, the Video2Image load, and again for each video on the list, same times how videos are on the list. When I scroll the adapter, this download all