0

How to make video thumbnails with youtube url in android? at the time of clicking that thumbnail i want play that video in youtube application or web view?

Krishna
  • 4,892
  • 18
  • 63
  • 98

1 Answers1

1

Use this: ThumbnailUtils.createVideoThumbnail() : http://developer.android.com/reference/android/media/ThumbnailUtils.html#createVideoThumbnail(java.lang.String,%20int)

Pete Houston
  • 14,931
  • 6
  • 47
  • 60