summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/samples
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-05-08 21:22:11 -0700
committerDirk Dougherty <ddougherty@google.com>2010-05-10 16:19:52 -0700
commitb32c2402c2b9d58b4f74be62dac6ce2781caec05 (patch)
treeef366e889525effc74f6256a862725b9bec9556b /docs/html/resources/samples
parenta27579016caf1438400a3637e3896bec653e3756 (diff)
downloadframeworks_base-b32c2402c2b9d58b4f74be62dac6ce2781caec05.zip
frameworks_base-b32c2402c2b9d58b4f74be62dac6ce2781caec05.tar.gz
frameworks_base-b32c2402c2b9d58b4f74be62dac6ce2781caec05.tar.bz2
Doc change: add toc references to tictactoe sample apps and screen shots.
Change-Id: I7d520587c0e6b2252e819029a2f053893fdcd7c3
Diffstat (limited to 'docs/html/resources/samples')
-rw-r--r--docs/html/resources/samples/images/TicTacToeLib.pngbin0 -> 28337 bytes
-rw-r--r--docs/html/resources/samples/images/TicTacToeMain.pngbin0 -> 37680 bytes
-rw-r--r--docs/html/resources/samples/index.jd16
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/resources/samples/images/TicTacToeLib.png b/docs/html/resources/samples/images/TicTacToeLib.png
new file mode 100644
index 0000000..398eff3
--- /dev/null
+++ b/docs/html/resources/samples/images/TicTacToeLib.png
Binary files differ
diff --git a/docs/html/resources/samples/images/TicTacToeMain.png b/docs/html/resources/samples/images/TicTacToeMain.png
new file mode 100644
index 0000000..44cee11
--- /dev/null
+++ b/docs/html/resources/samples/images/TicTacToeMain.png
Binary files differ
diff --git a/docs/html/resources/samples/index.jd b/docs/html/resources/samples/index.jd
index e917495..4019200 100644
--- a/docs/html/resources/samples/index.jd
+++ b/docs/html/resources/samples/index.jd
@@ -92,6 +92,22 @@ adapter).</dd>
please read the
<a href="{@docRoot}resources/tutorials/testing/activity_test.html">Activity Testing</a> tutorial.
</dd>
+ <dt><a href="TicTacToeLib/index.html">TicTacToeLib</a></dt>
+ <dd>
+ An example of an Android library project that provides a game-play
+ Activity to any dependent application project. For an example of
+ how an application can use the code and resources in an Android
+ library project, see the <a
+ href="{@docRoot}resources/samples/TicTacToeMain/index.html">TicTacToeMain</a>
+ sample application.
+ </dd>
+ <dt><a href="TicTacToeMain/index.html">TicTacToeMain</a></dt>
+ <dd>
+ An example of an Android application that makes use of code and
+ resources provided in an Android library project. Specifically, this
+ application uses code and resources provided in the <a
+ href="{@docRoot}resources/samples/TicTacToeLib/index.html">TicTacToeLib</a> library project.
+ </dd>
<dt><a href="Wiktionary/index.html">Wiktionary</a></dt>
<dd>An example of creating interactive widgets for display on the Android
home screen.</dd>