java - Youtube API v3 search for videos, retrieve title and url -


how can search youtube-movies , id/url , title it? it's add them baseadapter-class in android application.

in second version of api, possible: https://developers.google.com/youtube/2.0/developers_guide_java#retrieving_and_searching_for_videos

you need search->list , ids, plug in ids videos->list retrieve details.

i suggest try api explorer understand functionalities. inline documents too.

youtube direct lite project 1 started. read readme before starting.


Comments