Home | History | Annotate | Download | only in components

Lines Matching full:article

109 left and another fragment to display an article on the right—both fragments appear in one
111 their own user input events. Thus, instead of using one activity to select an article and another
112 activity to read the article, the user can select an article and read it all within the same
133 only the fragment for the list of articles, and when the user selects an article, it starts
134 <em>Activity B</em>, which includes the second fragment to read the article. Thus, the application
543 articles (fragment A) and another to display an article (fragment B)&mdash;then fragment A must tell
544 the activity when a list item is selected so that it can tell fragment B to display the article. In
611 which the activity (or other fragment) uses to fetch the article from the application's {@link