Lines Matching full:samples
1 page.title=Getting the Samples
12 application development. For example, the samples show the structure of the
18 <p>The SDK provides the samples both as source code and as browseable HTML, as
19 described in the sections below. All of the samples included in the SDK are
27 components, each of which contains the samples for a specific Android platform
28 version. Once you have installed the SDK, you can download one or more samples
32 <p>To download the samples, launch the Android SDK and AVD Manager tool and
33 select one of the samples components from the <strong>Available
34 Packages</strong> panel, for example "Samples for SDK API 7". Select
41 <p>When the download is complete, you can find the samples sources on your
45 <code><em><sdk></em>/samples/android-<<em>level</em>>/</code>
48 <p>You can easily create new Android projects with the downloaded samples, modify them
54 the <code><em><sdk></em>/samples/android-<<em>level</em>>/ApiDemos</code>
55 directory (the <code>samples</code> directory for the platform version you are
62 android update project -s -n API Demos -t <em><target_ID></em> -p <<em>path</em>></em>samples/android-<<em>level</em>>/ApiDemos/
68 versions of the samples. You can use your browser to navigate through the
71 <p>To browse the samples, go to the <a
72 href="{@docRoot}resources/samples/index.html">List of Sample Apps</a> first.
79 <p>The browseable samples files are available online, at the Android Developers
81 Note that, although samples for several platform versions are available for
82 download, only the samples for the latest platform version are browseable online.