Implementation of the tic-tac-toe sample.

Added some README.txt

Change-Id: Ie2703ffdfdeba773d0fd27153ec0cdb806b2e2dc
diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties
index d2fdd80..7702ab6 100755
--- a/samples/TicTacToeMain/default.properties
+++ b/samples/TicTacToeMain/default.properties
@@ -24,5 +24,6 @@
 # project structure.
 
 android.library.reference.1=../TicTacToeLib/
-# Project target.
+# Project target. This requires the tools from SDK Froyo (API 8) to be used.
+# STOPSHIP change to target=8 once Froyo API is set to 8.
 target=android-Froyo