Android how can i get thumb image of video file from gallery
问题 I need to show the selected video file from gallery in my listview. I have successfully fetched the uri of video file but i am not able to get the thumb image of video file. Here is the code i have used for fetching image of video file from uri, but is causes the app to crash. Is there any other way to get image of video file..? please assist me if it can be achieved in any other way.... public static String getFileMetaData(Context context,String uri){ Uri queryUri = Uri.parse(uri); // Get