A simple Android Podcast Player.
Simple-Podcast is hosted in the following web site
https://github.com/haysoos/Simple-Podcast
If you think the Android project Simple-Podcast 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 Simple-Podcast.
Item | Value |
---|---|
Java File Count | 12 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | volley.jar |
Required Permissions | android.permission.INTERNET |
Simple-Podcast has the following Java source files.
com.simplepodcast.ApplicationTest.java com.simplepodcast.MainActivity.java com.simplepodcast.SimplePodcastApplication.java com.simplepodcast.fragments.FeedListFragment.java com.simplepodcast.model.Channel.java com.simplepodcast.model.Enclosure.java com.simplepodcast.model.RssFeed.java com.simplepodcast.model.RssImage.java com.simplepodcast.model.RssItem.java com.simplepodcast.net.RssFeedRequest.java com.simplepodcast.net.VolleyQueueManager.java com.simplepodcast.parser.XmlRssParser.java