Android Open Source - Video Show YouTubeUserFeedAtomXml






Project Summary

Android project showing how to parse and show a list of videos from a specific YouTube user using Atom XML.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of YouTubeUserFeedAtomXml.

ItemValue
Java File Count11
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

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