diff --git a/docs/html/resources/articles/backward-compatibility.jd b/docs/html/resources/articles/backward-compatibility.jd index e7f0b6004e26b..4b1a34c7d7607 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 + +
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 5a92970b0ab63..6f932df5123f6 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 +
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 c500035118c0b..f82e592f31b25 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 + +
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 8dda87901d49e..3e4bc0cd59fff 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 + +
Starting with Android 2.1 (API Level 7), users can now enjoy live wallpapers — 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 057325a928a5c..30b4c84ee56e6 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 +
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 e497f50ed1a5b..d47ba54c63e4a 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
-
+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