Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Can you show us an example of the GDATA link? – LeiNaD_87 Sep 28 '11 at 21:59
I edited the original. – Derok8 Sep 29 '11 at 13:49
I was looking toYouTube's API and I see something interesting... If you use this link: gdata.youtube.com/feeds/api/playlists/42E77F93E83D3FE4 you have the playlist info, them, parsin XML you can fill the ListView – LeiNaD_87 Sep 29 '11 at 18:16

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.