• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


Commit MetaInfo

修订版3ea03c5321a5bbe2ca221d39ad566321c573276f (tree)
时间2011-01-12 14:09:53
作者Scott Main <smain@goog...>
CommiterScott Main

Log Message

docs: add section links to samples overview

Change-Id: Ib605362eb97e607eba3d965a5ca0f32e6207b841

更改概述

差异

--- a/samples/ApiDemos/src/com/example/android/apis/app/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/app/_index.html
@@ -1,5 +1,17 @@
11
2-<h3>Activity</h3>
2+<p>This section includes samples for:</p>
3+<ul>
4+ <li><a href="#Activity">Activity</a></li>
5+ <li><a href="#Fragment">Fragment</a></li>
6+ <li><a href="#LoaderManager">LoaderManager</a></li>
7+ <li><a href="#Alarm">Alarm</a></li>
8+ <li><a href="#Notification">Notification</a></li>
9+ <li><a href="#Search">Search</a></li>
10+ <li><a href="#Misc">Misc</a></li>
11+</ul>
12+
13+
14+<h3 id="Activity">Activity</h3>
315 <dl>
416 <dt><a href="HelloWorld.html">Hello World</a></dt>
517 <dd>Demonstrates a basic screen activity.
@@ -73,7 +85,7 @@
7385 on top of the system wallpaper.</dd>
7486 </dl>
7587
76-<h3>Fragment</h3>
88+<h3 id="Fragment">Fragment</h3>
7789 <dl>
7890 <dt><a href="FragmentAlertDialog.html">Fragment Alert Dialog</a></dt>
7991 <dd>Demonstrates how to use a DialogFragment to show and manage an
@@ -122,7 +134,7 @@
122134
123135 </dl>
124136
125-<h3>LoaderManager</h3>
137+<h3 id="LoaderManager">LoaderManager</h3>
126138 <dl>
127139 <dt><a href="LoaderThrottle.html">Loader Throttle</a></dt>
128140 <dd>Complete end-to-end demonstration of a simple content provider that
@@ -132,7 +144,7 @@
132144 in this case.</dd>
133145 </dl>
134146
135-<h3>Service</h3>
147+<h3 id="Service">Service</h3>
136148 <dl>
137149 <dt><a href="LocalService.html">Local Service</a></dt>
138150 <dd>Demonstrate the implementation of a service that runs in the same
@@ -180,7 +192,7 @@
180192
181193 </dl>
182194
183-<h3>Alarm</h3>
195+<h3 id="Alarm">Alarm</h3>
184196 <dl>
185197 <dt><a href="AlarmController.html">Alarm Controller</a></dt>
186198 <dd>Demonstrates two ways you can schedule alarms: a one-shot alarm that
@@ -213,7 +225,7 @@
213225 </dd>
214226 </dl>
215227
216-<h3>Notification</h3>
228+<h3 id="Notification">Notification</h3>
217229 <dl>
218230 <dt><a href="NotifyWithText.html">NotifyWithText</a></dt>
219231 <dd>Demonstrates popup notifications of varying length.</dd>
@@ -226,7 +238,7 @@
226238 the status bar, and a standard way for handling them.</dd>
227239 </dl>
228240
229-<h3>Search</h3>
241+<h3 id="Search">Search</h3>
230242 <dl>
231243 <dt><a href="SearchInvoke.html">SearchInvoke</a></dt>
232244 <dd>Demonstrates various ways in which activities can launch the Search UI.</dd>
@@ -239,7 +251,7 @@
239251 </dl>
240252
241253
242-<h3>Misc</h3>
254+<h3 id="Misc">Misc</h3>
243255 <dl>
244256 <dt><a href="AlertDialogSamples.html">Alert Dialog Samples</a></dt>
245257 <dd>Demonstrates various styles of alert dialogs.</dd>
--- a/samples/ApiDemos/src/com/example/android/apis/text/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/text/_index.html
@@ -1,6 +1,8 @@
11 <dl>
22 <dt><a href="Link.html">Linkify</a></dt>
3- <dd>Demonstrates the {@link android.text.util.Linkify Linkify} class, which converts URLs in a block of text into hyperlinks. </dd>
3+ <dd>Demonstrates the <a
4+href="../../../../../../../../../reference/android/text/util/Linkify.html"><code>Linkify</code>
5+class, which converts URLs in a block of text into hyperlinks. </dd>
46 </dl>
57
68