diff options
author | Scott Main <smain@google.com> | 2010-05-11 17:43:43 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-05-11 17:47:40 -0700 |
commit | a225e3b1cd02da0f748f1a8e7341c727eff28085 (patch) | |
tree | fabe57fbcb35f6f52ab290040ce5b6d7acfc1478 /docs/html/resources/articles | |
parent | 6bc3304b74ba41bf9fd132d48c7bb764d631d3fa (diff) | |
download | frameworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.zip frameworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.tar.gz frameworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.tar.bz2 |
docs: add quickview box with "see also" links for some articles
Change-Id: I2d5e83e691e61731b30b4741d02e096d5ef76fc2
Diffstat (limited to 'docs/html/resources/articles')
-rw-r--r-- | docs/html/resources/articles/backward-compatibility.jd | 12 | ||||
-rw-r--r-- | docs/html/resources/articles/creating-input-method.jd | 13 | ||||
-rw-r--r-- | docs/html/resources/articles/faster-screen-orientation-change.jd | 13 | ||||
-rw-r--r-- | docs/html/resources/articles/live-wallpapers.jd | 13 | ||||
-rw-r--r-- | docs/html/resources/articles/on-screen-inputs.jd | 14 | ||||
-rw-r--r-- | docs/html/resources/articles/qsb.jd | 18 |
6 files changed, 82 insertions, 1 deletions
diff --git a/docs/html/resources/articles/backward-compatibility.jd b/docs/html/resources/articles/backward-compatibility.jd index e7f0b60..4b1a34c 100644 --- a/docs/html/resources/articles/backward-compatibility.jd +++ b/docs/html/resources/articles/backward-compatibility.jd @@ -1,6 +1,18 @@ page.title=Backward Compatibility for Applications @jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}guide/appendix/api-levels.html">Android API Levels</a></li> + </ol> + +</div> +</div> + <p>A variety of Android-powered devices are now available to consumers from carriers in geographies around the world. Across those devices, a range of Android platform versions are in use, some running the latest version of the platform, diff --git a/docs/html/resources/articles/creating-input-method.jd b/docs/html/resources/articles/creating-input-method.jd index 5a92970..6f932df 100644 --- a/docs/html/resources/articles/creating-input-method.jd +++ b/docs/html/resources/articles/creating-input-method.jd @@ -2,6 +2,19 @@ page.title=Creating an Input Method @jd:body +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}resources/articles/on-screen-inputs.html">Onscreen Input Methods</a></li> + <li><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a></li> + </ol> + +</div> +</div> + + <p>To create an input method (IME) for entering text into text fields and other Views, you need to extend the {@link android.inputmethodservice.InputMethodService}. class. This class provides much of the basic implementation for an input diff --git a/docs/html/resources/articles/faster-screen-orientation-change.jd b/docs/html/resources/articles/faster-screen-orientation-change.jd index c500035..f82e592 100644 --- a/docs/html/resources/articles/faster-screen-orientation-change.jd +++ b/docs/html/resources/articles/faster-screen-orientation-change.jd @@ -1,6 +1,19 @@ page.title=Faster Screen Orientation Change @jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime +Changes</a></li> + </ol> + +</div> +</div> + <p>Android is designed to run efficiently on a wide array of devices, with very different hardware configurations. Some devices, like the T-Mobile G1, can change their hardware configuration diff --git a/docs/html/resources/articles/live-wallpapers.jd b/docs/html/resources/articles/live-wallpapers.jd index 8dda879..3e4bc0c 100644 --- a/docs/html/resources/articles/live-wallpapers.jd +++ b/docs/html/resources/articles/live-wallpapers.jd @@ -1,6 +1,19 @@ page.title=Live Wallpapers @jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}resources/samples/CubeLiveWallpaper/index.html">Live Wallpaper +sample</a></li> + </ol> + +</div> +</div> + <p>Starting with Android 2.1 (API Level 7), users can now enjoy <em>live wallpapers</em> — richer, animated, interactive backgrounds — on their home screens. A live wallpaper is very similar to a normal Android diff --git a/docs/html/resources/articles/on-screen-inputs.jd b/docs/html/resources/articles/on-screen-inputs.jd index 057325a..30b4c84 100644 --- a/docs/html/resources/articles/on-screen-inputs.jd +++ b/docs/html/resources/articles/on-screen-inputs.jd @@ -2,6 +2,20 @@ page.title=Onscreen Input Methods @jd:body +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}resources/articles/creating-input-method.html">Creating an Input +Method</a></li> + <li><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a></li> + </ol> + +</div> +</div> + + <p>Starting from Android 1.5, the Android platform offers an Input Method Framework (IMF) that lets you create on-screen input methods such as software keyboards. This article provide an overview of what Android input method editors diff --git a/docs/html/resources/articles/qsb.jd b/docs/html/resources/articles/qsb.jd index e497f50..d47ba54 100644 --- a/docs/html/resources/articles/qsb.jd +++ b/docs/html/resources/articles/qsb.jd @@ -1,7 +1,23 @@ page.title=Quick Search Box @jd:body -<img src="images/qsb_002.png" style="float: right; margin-left: 2em; margin-bottom: 1em; width: 233px; height: 349.5px;"></p> + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}guide/topics/search/index.html">Search</a></li> + <li><a href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable Dictionary +sample</a></li> + </ol> + +</div> +</div> + +<div class="figure" style="width:233px"> +<img src="images/qsb_002.png" alt="" height="350" /> +</div> <p>Starting with Android 1.6, the platform includes support for Quick Search Box (QSB), a powerful, system-wide search framework. Quick Search Box makes it |