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?
Asked
Active
Viewed 2,607 times
1 Answers
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
-
1i don't think you can get the thumbnail from this method – LiangWang Apr 15 '14 at 09:55