我看了一遍,但无法找到如何将视频列表调入Android应用程序。到目前为止,我正在使用该示例,但如果我上传视频,那将不会有任何好处因为那时我将不得不每次发送更新。示例代码的一部分:
` List<VideoEntry> list = new ArrayList<VideoEntry>();
list.add(new VideoEntry("KitPvP(Where I die alot(lol))", "Ji0yzF8boGg"));
list.add(new VideoEntry("GMail Tap", "1KhZKNZO8mQ"));
list.add(new VideoEntry("Chrome Multitask", "UiLSiqyDf4Y"));
list.add(new VideoEntry("Google Fiber", "re0VRK6ouwI"));
list.add(new VideoEntry("Autocompleter", "blB_X38YSxQ"));
list.add(new VideoEntry("GMail Motion", "Bu927_ul_X0"));
list.add(new VideoEntry("exampleA", "exampleB"));`
需要一种方法来获得exampleA和B
答案 0 :(得分:0)
以下是为Android应用添加频道订阅的代码。它会提示用户输入Youtube频道ID,如果用户是有效的频道ID,则会将用户订阅该频道。
https://developers.google.com/youtube/v3/code_samples/java#add_a_channel_subscription
此处还有一些Youtube API代码示例用于处理频道:
https://developers.google.com/youtube/v3/code_samples/
您可能还希望看到此主题&#34;是否可以将Youtube频道集成到Android中?&#34;
答案 1 :(得分:0)
要与YouTube互动,您必须使用YouTube数据API。 据我了解,目前您只使用YouTube播放器API播放视频。
要从YouTube获取新的视频ID(以及其他所有内容),您必须使用此功能:https://developers.google.com/youtube/v3/docs/