Quick demo of how to create an RSS Feed app that uses Fragments for both handsets and tablets.
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.
The following table is the detailed list of rss-feed-fragment.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
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