summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/content/_index.html
blob: f49b8d92ecb355ed1f80e3b46c6ff34f9150a784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h3>Resources</h3>
<dl>
  <dt><a href="ExternalStorage.html">External Storage</a></dt>
  <dd>Demonstrates reading and writing files in external storage. </dd>

  <dt><a href="StyledText.html">Styled Text</a></dt>
  <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd>

  <dt><a href="ResourcesSample.html">Resources</a></dt>
  <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>

  <dt><a href="ResourcesLayoutReference.html">Resources Layout Reference</a></dt>
  <dd>Shows how to make references between resources; this examples shows how this
      can be used to define multiple configurations for a layout resource that
      reference the same layout XML.</dd>

  <dt><a href="ResourcesSmallestWidth.html">Resources Smallest Width</a></dt>
  <dd>Shows how you can vary a layout resource based on the device's smallest
      width configuration</dd>

  <dt><a href="ResourcesWidthAndHeight.html">Resources Width and Height</a></dt>
  <dd>Shows how you can vary a layout resource based on the device's current
      width dp and height dp configurations.</dd>
</dl>