Android Open Source - Development rss blog-read






Project Summary

Attempt to implement RSS feeder for the official [TED blog](blog.ted.com)..

Web Site / Source Repository

blog-read is hosted in the following web site
https://github.com/appoll/blog-read

If you think the Android project blog-read 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 blog-read.

ItemValue
Java File Count19
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count2
Fragment Count4
Required Permissionsandroid.permission.AUTHENTICATE_ACCOUNTS
android.permission.INTERNET
android.permission.READ_SYNC_SETTINGS
android.permission.WRITE_SYNC_SETTINGS




Resource Files

There are 2 image files in blog-read. The names of the image files are listed as follows.

drawer_shadow.9.png
ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

blog-read has the following Java source files.

data.ArticleContract.java
data.ArticleDbHelper.java
data.ArticleProvider.java
paul.antton.tedblogrssreader.ApplicationTest.java
paul.antton.tedblogrssreader.ArticleAdapter.java
paul.antton.tedblogrssreader.ArticleItem.java
paul.antton.tedblogrssreader.ArticleListFragment.java
paul.antton.tedblogrssreader.ArticleReadActivity.java
paul.antton.tedblogrssreader.ArticleReadFragment.java
paul.antton.tedblogrssreader.MainActivity.java
paul.antton.tedblogrssreader.NavigationDrawerFragment.java
paul.antton.tedblogrssreader.RssParser.java
paul.antton.tedblogrssreader.TEDRssService.java
paul.antton.tedblogrssreader.TestDb.java
paul.antton.tedblogrssreader.TestProvider.java
sync.Authenticator.java
sync.AuthenticatorService.java
sync.SyncAdapter.java
sync.SyncService.java