Android Open Source - Game tictactoe tictactoe






Project Summary

An Android game based on Google App Engine.

Web Site / Source Repository

tictactoe is hosted in the following web site
https://github.com/sak3th/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.

Project Detail

The following table is the detailed list of tictactoe.

ItemValue
Java File Count20
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count5
Fragment Count2
jar files usedgcm.jar
google-api-client-1.12.0-beta-sources.jar
google-api-client-1.12.0-beta.jar
google-api-client-android-1.12.0-beta-sources.jar
google-api-client-android-1.12.0-beta.jar
google-api-services-oauth2-v2-rev32-1.12.0-beta-javadoc.jar
google-api-services-oauth2-v2-rev32-1.12.0-beta-sources.jar
google-api-services-oauth2-v2-rev32-1.12.0-beta.jar
google-http-client-1.12.0-beta-sources.jar
google-http-client-1.12.0-beta.jar
google-http-client-android-1.12.0-beta-sources.jar
google-http-client-android-1.12.0-beta.jar
google-http-client-gson-1.12.0-beta-sources.jar
google-http-client-gson-1.12.0-beta.jar
google-http-client-jackson-1.12.0-beta-sources.jar
google-http-client-jackson-1.12.0-beta.jar
google-http-client-jackson2-1.12.0-beta-sources.jar
google-http-client-jackson2-1.12.0-beta.jar
google-oauth-client-1.12.0-beta-sources.jar
google-oauth-client-1.12.0-beta.jar
gson-2.1-sources.jar
gson-2.1.jar
gson-2.2.2.jar
guava-jdk5-13.0-sources.jar
guava-jdk5-13.0.jar
jackson-core-2.0.5-sources.jar
jackson-core-2.0.5.jar
jackson-core-asl-1.9.9-sources.jar
jackson-core-asl-1.9.9.jar
jsr305-1.3.9.jar
Required Permissionsandroid.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.USE_CREDENTIALS
android.permission.WAKE_LOCK
com.google.android.c2dm.permission.RECEIVE
com.tictactoe.permission.C2D_MESSAGE




Resource Files

There are 3 image files in tictactoe. The names of the image files are listed as follows.

ic_active_game.png
ic_more.png
ic_new.png

The following screenshort is generated from the image listed above.

null

Java Source Files

tictactoe has the following Java source files.

com.tictactoe.AccountsFragment.java
com.tictactoe.BoardAdapter.java
com.tictactoe.GameActivity.java
com.tictactoe.GameKeeperActivity.java
com.tictactoe.HomeActivity.java
com.tictactoe.PreHomeActivity.java
com.tictactoe.ProgressSpinnerActivity.java
com.tictactoe.SigninFragment.java
com.tictactoe.WelcomeFragment.java
com.tictactoe.appengine.GetPlayerAsyncTask.java
com.tictactoe.appengine.GetTokenAsyncTask.java
com.tictactoe.appengine.ServerUtilities.java
com.tictactoe.gcm.GCMIntentService.java
com.tictactoe.gcm.GcmMessageReceiver.java
com.tictactoe.globals.Storage.java
com.tictactoe.globals.TicTacToeApp.java
com.tictactoe.globals.TicTacToeGlobals.java
com.tictactoe.model.Game.java
com.tictactoe.model.Player.java
com.tictactoe.model.Response.java