The repository for the NCUMC Blog viewer Android application.
ncumc-blog is hosted in the following web site
https://github.com/nubstick27/ncumc-blog
If you think the Android project ncumc-blog 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 ncumc-blog.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 1 image files in ncumc-blog. The names of the image files are listed as follows.
ic_action_refresh.png
The following screenshort is generated from the image listed above.
ncumc-blog has the following Java source files.
org.newcreationunited.blog.BaseActivity.java org.newcreationunited.blog.BlogContentViewActivity.java org.newcreationunited.blog.MessageListActivity.java org.newcreationunited.blog.MessageListAdapter.java org.newcreationunited.blog.models.BlogContent.java org.newcreationunited.blog.models.Comment.java org.newcreationunited.blog.models.Message.java org.newcreationunited.blog.parsers.FeedParser.java org.newcreationunited.blog.parsers.FeedParserFactory.java org.newcreationunited.blog.parsers.XmlPullFeedParser.java