Lines Matching full:files
23 persistent data</a> (files and data) </li>
24 <li><a href="#playback">Playing audio, video, still, or other media files</a></li>
38 <li><a href="#filelist">List of files for an Android application</a></li>
80 <li><strong>Create your required resource files</strong> This includes
81 the AndroidManifest.xml global description file, string files that your application
82 needs, and layout files describing your user interface. A full list of optional
83 and required files and syntax details for each is given in <a href="#filelist">File
98 The list of files you'll need for your application are described in <a href="#filelist">List
99 of Files for an Android Application</a>. </li>
314 <p>Your application can store files or complex collection objects, and reserve them
320 <a name="playback" id="playback"></a><h2>Playing Media Files</h2>
709 <a name="filelist" id="filelist"></a><h2>List of Files for an Android Application</h2>
710 <p>The following list describes the structure and files of an Android application.
711 Many of these files can be built for you (or stubbed out) by the android tool
729 <td valign="top">(<em>required</em>) This folder holds all the source code files for your
735 your application. Resources are external data files or description files
736 that are compiled into your code at build time. Files in different folders
744 <td valign="top">(<em>optional</em>) Holds any animation XML description files that the
745 application uses. The format of these files is described in <a href="{@docRoot}guide/topics/resources/resources-i18n.html">Resources</a>. </td>
753 <td valign="top">(<em>optional</em>) Zero or more files that will be compiled to {@link
754 android.graphics.drawable android.graphics.drawable} resources. Files
755 can be image files (png, gif, or other) or XML files describing other
765 <td valign="top">(<em>optional</em>) Holds all the XML files describing screens or parts
767 in XML files is typically easier. A layout file is similar in concept
768 to an HTML file that describes the screen layout and components. See <a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> for more information about designing screens, and <a href="{@docRoot}guide/topics/resources/available-resources.html#layoutresources">Available Resource Types</a> for the syntax of these files.</td>
779 <td valign="top"><p>(<em>optional</em>) XML files describing additional resources
781 of these files are not enforced--any XML file is compiled, but these
782 are the standard names given to these files. However, the syntax
783 of these files is prescribed by Android, and described in <a href="{@docRoot}guide/topics/resources/resources-i18n.html">Resources</a>. </p>
788 <td valign="top">(<em>optional</em>) XML files that can be read at run time on the device. </td>
792 <td valign="top">(<em>optional</em>) Any files to be copied directly to the device. </td>