How to retrieve details of single video from youtube using videoID through Data API v3.0 in Android?
My server sends the list of videoID to Android. Now, I want to show Title, Thumbnail and Number of Comments on these videos in List View. I have done this in web using GET request to https://www.googleapis.com/youtube/v3/videos?part=snippet&id={VIDEO_ID}&key={YOUR_API_KEY} but how to do this in Android? Is there any YouTube SDK to initialize YouTube object? How do I retrieve this information from YouTube using VideoID? EDIT: I have found a way to this using YouTube Data API Client Library for Java but It is giving runtime error without any explanation. Here is the code I used /** * Define a