The Blog Reader app will teach me one of the most common and important uses of an Android app: downloading data from the Internet and displaying it in a list. I will investigate the Model-View-Controller design pattern that is essential for all.
BlogReader is hosted in the following web site
https://github.com/TimB0/BlogReader
If you think the Android project BlogReader 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 BlogReader.
Item | Value |
---|---|
Java File Count | 2 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 1 image files in BlogReader. The names of the image files are listed as follows.
ic_action_share.png
The following screenshort is generated from the image listed above.
BlogReader has the following Java source files.
com.racecondition.blogreader.app.BlogWebViewActivity.java com.racecondition.blogreader.app.MainListActivity.java