RSS Reader App for Android that retrieves and displays Winnipeg Free Press articles.
RSSReaderApp is hosted in the following web site
https://github.com/clayto1987/RSSReaderApp
If you think the Android project RSSReaderApp 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 RSSReaderApp.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
jar files used | jsoup-1.8.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 9 image files in RSSReaderApp. The names of the image files are listed as follows.
action_search.png ic_action_collection.png ic_action_download.png ic_action_home.png ic_action_make_available_offline.png ic_action_refresh.png ic_action_refresh_white.png ic_action_search.png ic_drawer.png
The following screenshort is generated from the image listed above.
RSSReaderApp has the following Java source files.
com.example.clayto.rssreaderapp.ApplicationTest.java com.example.clayto.rssreaderapp.CustomAdapter.java com.example.clayto.rssreaderapp.DetailsActivity.java com.example.clayto.rssreaderapp.FullArticleActivity.java com.example.clayto.rssreaderapp.HomeScreenActivity.java com.example.clayto.rssreaderapp.MainActivity.java com.example.clayto.rssreaderapp.NewArticlesActivity.java com.example.clayto.rssreaderapp.NumberPickerPreference.java com.example.clayto.rssreaderapp.RSSFeedsFragment.java com.example.clayto.rssreaderapp.SAXHandler.java com.example.clayto.rssreaderapp.SavedArticlesActivity.java com.example.clayto.rssreaderapp.SettingsActivity.java com.example.clayto.rssreaderapp.SettingsFragment.java com.example.clayto.sqlite.Article.java com.example.clayto.sqlite.Category.java com.example.clayto.sqlite.DatabaseHelper.java