Searched defs:article (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
H A DArticleFragment.java27 * Fragment that displays a news article.
30 // The webview where we display the article (our only view)
33 // The article we are to display
52 * Displays a particular article.
54 * @param article the article to display
56 public void displayArticle(NewsArticle article) { argument
57 mNewsArticle = article;
62 * Loads article data into the webview.
65 * article'
[all...]

Completed in 23 milliseconds