How to get the youtube videos by user
问题 I want to display a certain youtube channel's videos in list view, and allow the user to select one of their videos to watch. Is there Any Json Data is Available for this.? EDIT JSONObject json = JSONfunctions.getJSONfromURL("http://gdata.youtube.com/feeds/api/videos? author=NationalGeographic&v=2&alt=json"); try{ JSONArray earthquakes = json.getJSONArray("feed"); for(int i=0;i<earthquakes.length();i++){ HashMap<String, String> map = new HashMap<String, String>(); JSONObject e = earthquakes