I looked all over but cant find how to call up a list of videos into an android app. so far i am using the sample, but that wont do any good if i upload a video because then i would have to send an update every time. Part of Sample code:
` 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"));`
need a way to get exampleA and B
In order to interact with YouTube you have to use the YouTube Data API. As I understand it, at the moment you're using only the YouTube Player API to play videos.
In order to get new video IDs (and everything else) from YouTube you have to use this: https://developers.google.com/youtube/v3/docs/