Demo application demonstrating ZubhiumSDK.
TicTacToe is hosted in the following web site
https://github.com/zubhium/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 | 4 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | zubhiumsdk.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 3 image files in TicTacToe. The names of the image files are listed as follows.
lib_bg.9.png lib_circle.png lib_cross.png
The following screenshort is generated from the image listed above.
TicTacToe has the following Java source files.
com.example.android.tictactoe.GameApplication.java com.example.android.tictactoe.MainActivity.java com.example.android.tictactoe.library.GameActivity.java com.example.android.tictactoe.library.GameView.java