How can you search for youtube videos and get id / url and title from it? To add them to the BaseAdapter class in an Android application.
In the second version of the API, this was possible: https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos
You need to do a search-> list and get the identifiers, and then connect these identifiers to videos-> list to get the information.
I suggest you try the API explorer to understand these features. They are also embedded in documents.
The YouTube Direct Lite project is good to get you started. Definitely read README before starting.
Source: https://habr.com/ru/post/1492301/More articles:Liquibase prerequisites: how to verify that a column is not NULL? - mysqlPhonegap - button for the main phone home screen - javascriptHow to programmatically get a list of my places with Google Maps? - google-maps-api-3Session timeout in simple jQuery - jqueryLinux directory inheritance - linuxPHP PDO for NOT IN query in MYSQL - sqlAssembly, the meaning behind the colon ":" - assemblyOnclicklistener button byte - androidPaste Zipped file into RedShift - amazon-redshiftRaw vs Unique Pointers on the List - c ++All Articles