Android Application parses Wired, CNN, and others RSS feed into nice display.
RSSReader is hosted in the following web site
https://github.com/bharv410/RSSReader
If you think the Android project RSSReader 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 RSSReader.
Item | Value |
---|---|
Java File Count | 11 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
RSSReader has the following Java source files.
edu.towson.cis.cosc490.jdehlinger.reddit.MainActivity.java edu.towson.cis.cosc490.jdehlinger.reddit.data.Constants.java edu.towson.cis.cosc490.jdehlinger.reddit.data.RedditData.java edu.towson.cis.cosc490.jdehlinger.reddit.main.AlarmReceiver.java edu.towson.cis.cosc490.jdehlinger.reddit.main.RedditItem.java edu.towson.cis.cosc490.jdehlinger.reddit.main.RedditMainActivity.java edu.towson.cis.cosc490.jdehlinger.reddit.main.RedditService.java edu.towson.cis.cosc490.jdehlinger.reddit.parsers.AndroidSaxFeedParser.java edu.towson.cis.cosc490.jdehlinger.reddit.parsers.BaseFeedParser.java edu.towson.cis.cosc490.jdehlinger.reddit.parsers.FeedParser.java edu.towson.cis.cosc490.jdehlinger.reddit.parsers.RssHandler.java