1

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
RAhul
  • 11
  • 2

1 Answers1

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
  • 44,826
  • 10
  • 98
  • 87