Android Open Source - UI rss rss-feed-fragment






Project Summary

Quick demo of how to create an RSS Feed app that uses Fragments for both handsets and tablets.

Web Site / Source Repository

rss-feed-fragment is hosted in the following web site
https://github.com/danielrees18/rss-feed-fragment

If you think the Android project rss-feed-fragment 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 rss-feed-fragment.

ItemValue
Java File Count7
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Java Source Files

rss-feed-fragment has the following Java source files.

com.example.myrssreader.app.activity.BaseFragmentActivity.java
com.example.myrssreader.app.activity.MainActivity.java
com.example.myrssreader.app.activity.StoryViewActivity.java
com.example.myrssreader.app.fragment.RSSFeedFragment.java
com.example.myrssreader.app.fragment.ViewStoryFragment.java
com.example.myrssreader.app.model.NewsStory.java
com.example.myrssreader.app.util.DownloadHeadlines.java