Sample app using the multi-devices communication API.
tictactoe is hosted in the following web site
https://github.com/LiveTouch/tictactoe
If you think the Android project tictactoe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of tictactoe.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Asset File Names | assets\Roboto-Regular.ttf |
There are 2 image files in tictactoe. The names of the image files are listed as follows.
spinner_76_inner_holo_inverse.png spinner_76_outer_holo_inverse.png
The following screenshort is generated from the image listed above.
tictactoe has the following Java source files.
com.jcdecaux.jcdroid.tictactoe.EBus.java com.jcdecaux.jcdroid.tictactoe.FindPlayerActivity.java com.jcdecaux.jcdroid.tictactoe.GameActivity.java com.jcdecaux.jcdroid.tictactoe.InviteActivity.java com.jcdecaux.jcdroid.tictactoe.PlayerListAdapter.java com.jcdecaux.jcdroid.tictactoe.event.NewPlayer.java com.jcdecaux.jcdroid.tictactoe.event.NewTurn.java com.jcdecaux.jcdroid.tictactoe.font.RobotoTextView.java com.jcdecaux.jcdroid.tictactoe.model.Game.java