I want to retrieve the video thumbnail from the SDCARD and show in GridView for both Android OS version 1.5 and 2.0. By using MediaStore class I can retrieve the thumbnail in only 2.0 and above but I want one common code to retrieve the Video thumbnail for 1.5 and 2.0 also. Is this possible?
Asked
Active
Viewed 979 times
1
1 Answers
1
I don't think this is possible. The simplest API exists beginning in android-8, and is explained in this answer.
Community
- 1
- 1
Matthew Willis
- 44,487
- 10
- 97
- 87