I have to write a program where all the videos store in my device to be shown with thumbnails. i am able to list them all but most of them are coming with black thumbnail while in gallery application those shows perfectly.
please help me! what i have tried is
MediaStore.Video.Thumbnails.getThumbnail(mContex.getContentResolver(), id, MediaStore.Video.Thumbnails.MICRO_KIND, null);
or
ThumbnailUtils.createVideoThumbnail(filePath, MediaStore.Video.Thumbnails.MICRO_KIND)