Home | History | Annotate | Download | only in content
      1 <h3>Resources</h3>
      2 <dl>
      3   <dt><a href="ExternalStorage.html">External Storage</a></dt>
      4   <dd>Demonstrates reading and writing files in external storage. </dd>
      5 
      6   <dt><a href="StyledText.html">Styled Text</a></dt>
      7   <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd>
      8 
      9   <dt><a href="ResourcesSample.html">Resources</a></dt>
     10   <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
     11 
     12   <dt><a href="ResourcesLayoutReference.html">Resources Layout Reference</a></dt>
     13   <dd>Shows how to make references between resources; this examples shows how this
     14       can be used to define multiple configurations for a layout resource that
     15       reference the same layout XML.</dd>
     16 
     17   <dt><a href="ResourcesSmallestWidth.html">Resources Smallest Width</a></dt>
     18   <dd>Shows how you can vary a layout resource based on the device's smallest
     19       width configuration</dd>
     20 
     21   <dt><a href="ResourcesWidthAndHeight.html">Resources Width and Height</a></dt>
     22   <dd>Shows how you can vary a layout resource based on the device's current
     23       width dp and height dp configurations.</dd>
     24 </dl>
     25