The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | <?cs include:"doctype.cs" ?> |
| 2 | <?cs include:"macros.cs" ?> |
| 3 | <?cs set:guide="true" ?> |
| 4 | <html> |
| 5 | <?cs include:"head_tag.cs" ?> |
| 6 | <?cs include:"header.cs" ?> |
| 7 | |
| 8 | <div class="g-unit" id="doc-content"><a name="top"></a> |
| 9 | |
| 10 | <div id="jd-header" class="guide-header"> |
| 11 | |
| 12 | <span class="crumb"> |
| 13 | <a href="<?cs var:toroot ?>guide/samples/index.html">Sample Code ></a> |
| 14 | |
| 15 | </span> |
| 16 | <h1><?cs var:page.title ?></h1> |
| 17 | </div> |
| 18 | |
| 19 | <div id="jd-content"> |
| 20 | |
Dirk Dougherty | 12741f5 | 2009-04-27 18:13:09 -0700 | [diff] [blame] | 21 | <p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/platforms/android-<version>/samples/...</code></p> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 22 | |
| 23 | <!-- begin file contents --> |
| 24 | <pre class="Code prettyprint"><?cs var:fileContents ?></pre> |
| 25 | <!-- end file contents --> |
| 26 | |
| 27 | <?cs include:"footer.cs" ?> |
| 28 | </div><!-- end jd-content --> |
| 29 | </div> <!-- end doc-content --> |
| 30 | |
| 31 | <?cs include:"trailer.cs" ?> |
| 32 | |
| 33 | </body> |
| 34 | </html> |