HomeSort by relevance Sort by last modified time
    Searched full:news (Results 26 - 50 of 644) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 20 * Source of strange and wonderful news.
22 * This singleton functions as the repository for the news we display.
50 /** Returns the list of news categories. */
ArticleActivity.java 24 * Activity that displays a particular news article onscreen.
27 * which case this separate activity is shown in order to display the news article. This activity
29 * in that case the news article will be displayed by the {@link NewsReaderActivity} and this
33 // The news category index and the article index for the article we are to display
60 // Display the correct news article on the fragment
HeadlinesFragment.java 31 * Fragment that displays the news headlines for a particular news category.
33 * This Fragment displays a list with the news headlines for a particular news category.
88 * Load and display the headlines for the given news category.
89 * @param categoryIndex the index of the news category to display.
NewsCategory.java 20 * A news category (collection of articles).
30 * Create a news category.
CompatActionBarNavListener.java 26 * Signals that the given news category was selected.
  /external/bison/
README-release 35 NEWS, (ii) commit that, and (iii) tag the release, run
65 * Push the NEWS-updating changes and the new tag:
73 Go to the news-submission form:
75 https://savannah.gnu.org/news/submit.php?group=bison
77 If it does not work, then enable "News" for the project via this link:
90 https://savannah.gnu.org/news/approve.php?group=bison
  /external/bison/build-aux/
do-release-commit-and-tag 2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
4 # the date, release-type and version string in the NEWS file. That commit
36 Run this script from top_srcdir to perform the final pre-release NEWS
45 - a NEWS file, with line 3 identical to this:
55 To update NEWS and tag the beta 8.1 release of coreutils, I would run this:
153 # Check that line 3 of NEWS is the stub line about to be replaced.
154 test "$(sed -n 3p NEWS)" = "$noteworthy_stub" \
155 || die "line 3 of NEWS must be exactly '$noteworthy_stub'"
161 # Update NEWS to have today's date, plus desired version number and $type.
166 NEWS || die 'failed to update NEWS
    [all...]
  /external/markdown/tests/safe_mode/
unsafe_urls.txt 26 [news scheme](news:some.news.group.com)
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
flipcase.good 14 09 - 02 - 2002 00.45 Bollettino Della Neve Rete 4 News
15 09 - 02 - 2002 00.50 Studio Aperto - La Giornata Italia 1 News
20 09 - 02 - 2002 01.00 Tg 5 - Notte Canale 5 News
flipcase.inp 14 09 - 02 - 2002 00.45 BollettINO Della NEVE RETE 4 News
15 09 - 02 - 2002 00.50 STUDIO Aperto - La Giornata Italia 1 News
20 09 - 02 - 2002 01.00 Tg 5 - Notte Canale 5 News
distrib.sed 1 # This is straight out of C News
4 # All this does is massage the headers so they look like what news
41 Sender: news@cygnus.com\
distrib.sh 3 # This is stolen from C News
8 # All this does is massage the headers so they look like what news
48 Sender: news@cygnus.com\\
  /external/chromium_org/tools/grit/grit/testdata/
substitute.xmb 5 <translation id="6212022020330010625">Google Desktop News gadget
  /external/e2fsprogs/misc/
mke2fs.conf 30 news = {
  /external/e2fsprogs/tests/
mke2fs.conf.in 31 news = {
  /external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkedURL.java 72 * Set to true if this URL is an RSS or news feed.
74 * @param isRss True if the URL is a news feed and false if it is not.
81 * Returns true if this URL is a news feed.
83 * @return Returns true if this URL is a news feed.
  /external/valgrind/main/docs/xml/
dist-docs.xml 32 <chapter id="dist.news" xreflabel="News">
33 <title>NEWS</title>
35 <xi:include href="../../NEWS" parse="text"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/es/
messages.json 59 "message": "http://news.google.es",
60 "description": "Direcci?n de Google News."
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/es/
messages.json 59 "message": "http://news.google.es",
60 "description": "Direcci?n de Google News."
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc 19 EXPECT_EQ(GURL("http://news.google.com/"),
21 ASCIIToUTF16("http://news.google.com")));
  /frameworks/base/docs/html/training/design-navigation/
wireframing.jd 25 <p>Now that we have a solid understanding of navigation patterns and screen grouping techniques, it's time to apply them to our screens. Let's take another look at our exhaustive screen map for the example news application from the <a href="screen-planning.html">first lesson</a>, below.</p>
29 alt="Exhaustive screen map for the example news application" id="figure-exhaustive-map">
31 <p class="img-caption"><strong>Figure 1.</strong> Exhaustive screen map for the example news application.</p>
41 <p>Finally, let's look at how we present news stories. The first option to simplify navigation across different story categories is to use horizontal paging, with a set of labels above the horizontal swiping surface, indicating the currently visible and adjacently accessible categories. On tablets in the landscape orientation, we can go a step further and present the horizontally-pageable <em>Story List</em> screen as a left pane, and the <em>Story View</em> screen as the primary content pane on the right.</p>
47 alt="Final screen map for the example news application on handsets" id="figure-map-example-phone">
49 <p class="img-caption"><strong>Figure 2.</strong> Final screen map for the example news application on handsets.</p>
53 alt="Final screen map for the example news application on tablets, in landscape" id="figure-map-example-tablet">
55 <p class="img-caption"><strong>Figure 3.</strong> Final screen map for the example news application on tablets, in landscape.</p>
86 <p>After sketching out layouts on paper and choosing a digital wireframing tool that works for you, you can create the digital wireframes that will serve as the starting point for your application's visual design. Below are example wireframes for our news application, corresponding one-to-one with our screen maps from earlier in this lesson.</p>
91 alt="Example news application wireframes, for handsets in portrait.
    [all...]
screen-planning.jd 27 <p>Let's consider an example application that allows users to browse through a set of categorized news stories and photos. One possible model for such an app is shown below in the form of an ERD.</p>
31 alt="Entity-relationship diagram for the example news application" id="figure-erd">
33 <p class="img-caption"><strong>Figure 1.</strong> Entity-relationship diagram for the example news application.</p>
45 <li>List of news stories for a given category</li>
61 alt="Exhaustive screen map for the example news application" id="figure-exhaustive-map">
63 <p class="img-caption"><strong>Figure 2.</strong> Exhaustive screen map for the example news application.</p>
65 <p>If we later wanted to allow users to submit news stories or upload photos, we could add additional screens to this diagram.</p>
  /external/chromium_org/tools/perf/page_sets/
key_mobile_sites.json 14 "why": "Top news site"
40 "why": "Top news site",
109 "url": "http://news.yahoo.com",
110 "why": "#1 news worldwide (Alexa global)"
114 "why": "#2 news worldwide"
181 "why": "#15 Alexa news"
197 "why": "#5 Alexa news"
215 "url": "http://mobile-news.sandbox.google.com/news/p#2",
typical_25.json 28 "url": "http://www.economist.com/news/science-and-technology/21573529-small-models-cosmic-phenomena-are-shedding-light-real-thing-how-build",
29 "why": "Alexa news #55"
33 "why": "Alexa news #67"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 9 @fileoverview This file serves as the pop-up page for showing news
39 * @param {String} id Specifies whether to share news on Facebook, Google Buzz
41 * @param {String} url Contains URL of the News to be shared.
102 * Redirects to Google news site according to clicked URL.

Completed in 2058 milliseconds

12 3 4 5 6 7 8 91011>>