I am fetching data from the server which includes images and videos and displaying then in same Grid after generating the thumbnails of the videos. I am using this code to generate thumbnail of the video-
bitmap = ThumbnailFromVideo.retriveVideoFrameFromVideo(baseUrl+videoPath[i]);
The code is generating Thumbnail but taking a lot of time which is not feasible for any of the application. Is there any other way to get the thumbnails faster.