Lines Matching full:application
1 <p>This sample demonstrates how an application can make use of shared code and
4 <p>In this case, the TicTacToeMain application project includes a reference to
5 the TicTacToeLib library project. When you build the TicTacToeMain application,
7 as part of the main application's <code>.apk</code> file. The main application
14 <li>The main application's <a
18 Currently, an application must declare in its manifest any components or
22 shows how a class in the main application imports and uses
30 <code>GameActivity</code>, that handles most of the application lifecycle.</p>
38 handles most of the application lifecycle and manages general game play.</li>
44 <p>If you want to build the TicTacToeMain application, you can obtain it by
46 SDK, using the <em>Android SDK and AVD Manager</em>. Note that the application
51 <p>To build an application that uses a library project, you also need to update
62 <img alt="Screenshot of the main application" src="../images/TicTacToeMain.png" />