Loading docs/html/guide/appendix/api-levels.jd +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ Android platform.</p> <table> <tr><th>Platform Version</th><th>API Level</th></tr> <tr><td>Android 2.1</td><td>7</td></tr> <tr><td>Android 2.0.1</td><td>6</td></tr> <tr><td>Android 2.0</td><td>5</td></tr> <tr><td>Android 1.6</td><td>4</td></tr> Loading docs/html/guide/practices/screens_support.jd +3 −3 Original line number Diff line number Diff line Loading @@ -289,11 +289,11 @@ Alternate Resources</a>. compatibility features that together manage the rendering of application resources in an appropriate way for the current device screen. The platform handles most of the work of rendering your application, but also gives you two key ways to control the way your application is displayed, if you need or want key ways to control how your application is displayed, if you need or want to use them:</p> <ul> <li>The platform provides a set of resource qualifiers that let you provide <li>The platform supports a set of resource qualifiers that let you provide size- and density-specific resources, if needed. The qualifiers for size-specific resources are <code>large</code>, <code>normal</code>, and <code>small</code>, and those for density-specific resources are Loading @@ -303,7 +303,7 @@ size-specific resources are <code>large</code>, <code>normal</code>, and <li>The platform also provides a <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"> <code><supports-screens></code></a> element, whose attributes manifest element, whose attributes <code>android:largeScreens</code>, <code>android:normalScreens</code>, and <code>android:smallScreens</code> let you specify what generalized screen sizes your application supports. A fourth attribute, <code>android:anyDensity</code>, Loading docs/html/guide/topics/manifest/uses-feature-element.jd +2 −4 Original line number Diff line number Diff line Loading @@ -5,11 +5,9 @@ page.title=<uses-feature> <dt>syntax:</dt> <dd> <pre class="stx"> <uses-feature android:<a href="#glEsVersion">glEsVersion</a>="<em>integer</em>" <pre class="stx"><uses-feature android:<a href="#glEsVersion">glEsVersion</a>="<em>integer</em>" android:<a href="#name">name</a>="<em>string</em>" android:<a href="#required">required</a>=["true" | "false"] /> </pre> android:<a href="#required">required</a>=["true" | "false"] /></pre> </dd> <dt>contained in:</dt> Loading docs/html/index.jd +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ home=true <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td> <td> <h2 class="green">Download</h2> <p>The Android SDK the tools, sample code, and docs you need to create great apps.</p> <p>The Android SDK has the tools, sample code, and docs you need to create great apps.</p> <p><a href="{@docRoot}sdk/index.html">Learn more »</a></p> </td> </tr> Loading docs/html/sdk/index.jd +2 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,8 @@ see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. the latest documentation package. The documentation covers all versions of the API and lets you filter out those versions that your application won't support. Once installed, the documentation is also available to you directly from the Eclipse IDE. </p> Eclipse IDE. When you are online, you can always access the latest documentation at the Android Developers site.</p> <p><strong>5. Download other SDK components</strong></p> Loading Loading
docs/html/guide/appendix/api-levels.jd +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ Android platform.</p> <table> <tr><th>Platform Version</th><th>API Level</th></tr> <tr><td>Android 2.1</td><td>7</td></tr> <tr><td>Android 2.0.1</td><td>6</td></tr> <tr><td>Android 2.0</td><td>5</td></tr> <tr><td>Android 1.6</td><td>4</td></tr> Loading
docs/html/guide/practices/screens_support.jd +3 −3 Original line number Diff line number Diff line Loading @@ -289,11 +289,11 @@ Alternate Resources</a>. compatibility features that together manage the rendering of application resources in an appropriate way for the current device screen. The platform handles most of the work of rendering your application, but also gives you two key ways to control the way your application is displayed, if you need or want key ways to control how your application is displayed, if you need or want to use them:</p> <ul> <li>The platform provides a set of resource qualifiers that let you provide <li>The platform supports a set of resource qualifiers that let you provide size- and density-specific resources, if needed. The qualifiers for size-specific resources are <code>large</code>, <code>normal</code>, and <code>small</code>, and those for density-specific resources are Loading @@ -303,7 +303,7 @@ size-specific resources are <code>large</code>, <code>normal</code>, and <li>The platform also provides a <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"> <code><supports-screens></code></a> element, whose attributes manifest element, whose attributes <code>android:largeScreens</code>, <code>android:normalScreens</code>, and <code>android:smallScreens</code> let you specify what generalized screen sizes your application supports. A fourth attribute, <code>android:anyDensity</code>, Loading
docs/html/guide/topics/manifest/uses-feature-element.jd +2 −4 Original line number Diff line number Diff line Loading @@ -5,11 +5,9 @@ page.title=<uses-feature> <dt>syntax:</dt> <dd> <pre class="stx"> <uses-feature android:<a href="#glEsVersion">glEsVersion</a>="<em>integer</em>" <pre class="stx"><uses-feature android:<a href="#glEsVersion">glEsVersion</a>="<em>integer</em>" android:<a href="#name">name</a>="<em>string</em>" android:<a href="#required">required</a>=["true" | "false"] /> </pre> android:<a href="#required">required</a>=["true" | "false"] /></pre> </dd> <dt>contained in:</dt> Loading
docs/html/index.jd +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ home=true <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td> <td> <h2 class="green">Download</h2> <p>The Android SDK the tools, sample code, and docs you need to create great apps.</p> <p>The Android SDK has the tools, sample code, and docs you need to create great apps.</p> <p><a href="{@docRoot}sdk/index.html">Learn more »</a></p> </td> </tr> Loading
docs/html/sdk/index.jd +2 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,8 @@ see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. the latest documentation package. The documentation covers all versions of the API and lets you filter out those versions that your application won't support. Once installed, the documentation is also available to you directly from the Eclipse IDE. </p> Eclipse IDE. When you are online, you can always access the latest documentation at the Android Developers site.</p> <p><strong>5. Download other SDK components</strong></p> Loading