Example of Model-Presentation-View-Controller for Android based off of the News Reader Example..
NewsReaderExample is hosted in the following web site
https://github.com/imminent/NewsReaderExample
If you think the Android project NewsReaderExample 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 NewsReaderExample.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
Asset File Names | assets\fonts\redacted-script-light.ttf |
There are 5 image files in NewsReaderExample. The names of the image files are listed as follows.
button_normal.9.png button_pressed.9.png logo.png tab_bg_normal.9.png tab_bg_selected.9.png
The following screenshort is generated from the image listed above.
NewsReaderExample has the following Java source files.
com.imminentmeals.android.newsreader.NewsReaderSegueController.java com.imminentmeals.android.newsreader.controller.ArticleController.java com.imminentmeals.android.newsreader.controller.Controller.java com.imminentmeals.android.newsreader.controller.NewsReaderController.java com.imminentmeals.android.newsreader.controller.implementation.ControllerImplementationModule.java com.imminentmeals.android.newsreader.model.NewsArticle.java com.imminentmeals.android.newsreader.model.NewsCategory.java com.imminentmeals.android.newsreader.model.NewsSource.java com.imminentmeals.android.newsreader.model.NonsenseGenerator.java com.imminentmeals.android.newsreader.presentation.ArticlePresentation.java com.imminentmeals.android.newsreader.presentation.Messages.java com.imminentmeals.android.newsreader.presentation.NewsReaderPresentation.java com.imminentmeals.android.newsreader.presentation.Presentation.java com.imminentmeals.android.newsreader.presentation.framework.ActionBarNavigationObserver.java com.imminentmeals.android.newsreader.presentation.framework.ArticleActivity.java com.imminentmeals.android.newsreader.presentation.framework.ArticleFragment.java com.imminentmeals.android.newsreader.presentation.framework.HeadlinesFragment.java com.imminentmeals.android.newsreader.presentation.framework.NewsReaderActivity.java com.imminentmeals.android.newsreader.presentation.framework.NewsReaderNavigationCallback.java