I need to display a video thumbnail based to a URL into an ImageView view child of my ListView items, i have found this post but n
ImageView
ListView
Use android ThumbnailUtils class
public static Bitmap getThumblineImage(String videoPath) { return ThumbnailUtils.createVideoThumbnail(videoPath, MINI_KIND); }