if (lis.get(position) != null )
{
Log.e("Error", "getting the image "+lis.get(position));
new ImageDownloaderTask(holder.imageView).execute(lis.get(position));
}
ช่วยดูให้หน่อยครับ ทำไม path image มันไม่แสดงตาม position อ่ะครับ และเวลาเลื่อนรูปมันก็จะเปลี่ยนไปเลื่อยเลยอ่าครับ