android13/development/samples/TicTacToeLib
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
res initial 2024-06-22 20:45:49 +08:00
src/com/example/android/tictactoe/library initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
AndroidManifest.xml initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
_index.html initial 2024-06-22 20:45:49 +08:00
default.properties initial 2024-06-22 20:45:49 +08:00

README.txt

Sample: TicTacToeLib and TicTacToeMain.

These two projects work together. They demonstrate how to use the ability to
split an APK into multiple projects.

Please see the README.txt file in ../TicTacToeMain for more details.