Loading docs/html/resources/articles/backward-compatibility.jd +12 −0 Original line number Diff line number Diff line 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, Loading docs/html/resources/articles/creating-input-method.jd +13 −0 Original line number Diff line number Diff line Loading @@ -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 Loading docs/html/resources/articles/faster-screen-orientation-change.jd +13 −0 Original line number Diff line number Diff line 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 Loading docs/html/resources/articles/live-wallpapers.jd +13 −0 Original line number Diff line number Diff line 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 Loading docs/html/resources/articles/on-screen-inputs.jd +14 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/html/resources/articles/backward-compatibility.jd +12 −0 Original line number Diff line number Diff line 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, Loading
docs/html/resources/articles/creating-input-method.jd +13 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
docs/html/resources/articles/faster-screen-orientation-change.jd +13 −0 Original line number Diff line number Diff line 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 Loading
docs/html/resources/articles/live-wallpapers.jd +13 −0 Original line number Diff line number Diff line 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 Loading
docs/html/resources/articles/on-screen-inputs.jd +14 −0 Original line number Diff line number Diff line Loading @@ -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 Loading