Search code examples
androidlistviewyoutubegdataplaylist

How to parse YouTube Playlist into ListView


I have a GDATA link that contains a playlist from a public YouTube Channel. I need the videos of this playlist to appear in a listview. Is this possible? If os, how can I implement it? Could someone point me towards an example?

EDIT:

Here is the gdata link I need to parse:

http://gdata.youtube.com/feeds/base/users/interactivemedialab1/playlists/42E77F93E83D3FE4


Solution

  • For creating a list try searching the API Demos, loads of list view example there with code you can use. And as LeiNaD rightly pointed out first parse the XML using XMLPullParser or XMLSAXParser.