Lines Matching full:library
2 resources stored in an Android library project.</p>
5 the TicTacToeLib library project. When you build the TicTacToeMain application,
6 the build tools look for the library project and compile it's code and resources
11 which is declared in the library project. </p>
17 and <code>GameActivity</code>, which is implemented in the library project.
19 resources that it is using from a library project.</li>
23 classes from the library project. The Activity sets listeners on the buttons in
26 library project. </li>
29 <p>The TicTacToeLib library project includes a single Activity,
33 <li>The library project includes an <a
37 href="../TicTacToeLib/src/com/example/android/tictactoe/library/GameActivity.html">GameActivity.java</a>
40 href="../TicTacToeLib/src/com/example/android/tictactoe/library/GameView.html">GameView.java</a>
47 project depends on code and resources found in the TicTacToeLib library project
51 <p>To build an application that uses a library project, you also need to update
56 <p>For information about how to set up Android library projects, refer to
63 <img alt="Screenshot of an Activity declared in a library project" src="../images/TicTacToeLib.png" />