Android project showing how to parse and show a list of videos from a specific YouTube user using Atom XML.
YouTubeUserFeedAtomXml is hosted in the following web site
https://github.com/blundell/YouTubeUserFeedAtomXml
If you think the Android project YouTubeUserFeedAtomXml listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of YouTubeUserFeedAtomXml.
Item | Value |
---|---|
Java File Count | 11 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
YouTubeUserFeedAtomXml has the following Java source files.
com.blundell.tut.domain.Library.java com.blundell.tut.domain.Video.java com.blundell.tut.parser.AtomParser.java com.blundell.tut.parser.AtomPullParser.java com.blundell.tut.parser.AtomSaxParser.java com.blundell.tut.service.task.GetYouTubeUserVideosTask.java com.blundell.tut.ui.adapter.VideosAdapter.java com.blundell.tut.ui.phone.MainActivity.java com.blundell.tut.ui.widget.UrlImageView.java com.blundell.tut.ui.widget.VideosListView.java com.blundell.tutorial.util.Log.java