Android Open Source - App repository AndroidGameXO






Project Summary

Android application repository.

Web Site / Source Repository

AndroidGameXO is hosted in the following web site
https://github.com/Andrew2212/AndroidGameXO

If you think the Android project AndroidGameXO 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 AndroidGameXO.

ItemValue
Java File Count38
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi, nodpi]
Target SDK Version18
Minimum SDK Version10
Activity Count5
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\beep.mp3
res\raw\beep_notify.mp3
res\raw\wilhelm_scream.mp3




Resource Files

There are 4 image files in AndroidGameXO. The names of the image files are listed as follows.

launcher_xo.png
man_about.png
sign_o.png
sign_x.png

The following screenshort is generated from the image listed above.

null

Java Source Files

AndroidGameXO has the following Java source files.

com.hqup.gamexo.AboutActivity.java
com.hqup.gamexo.GameActivity.java
com.hqup.gamexo.HomeActivity.java
com.hqup.gamexo.PrefsActivity.java
com.hqup.gamexo.RemoteActivity.java
com.hqup.gamexo.ai.CoreGame.java
com.hqup.gamexo.ai.IBrainAI.java
com.hqup.gamexo.ai.IPlayerBot.java
com.hqup.gamexo.ai.brutforceway.BrutforceAI.java
com.hqup.gamexo.ai.brutforceway.Constructor.java
com.hqup.gamexo.ai.brutforceway.Destructor.java
com.hqup.gamexo.ai.brutforceway.GameOptions.java
com.hqup.gamexo.ai.brutforceway.KeyCell.java
com.hqup.gamexo.ai.gardnerway.FileMaster.java
com.hqup.gamexo.ai.gardnerway.GameStatusChecker.java
com.hqup.gamexo.ai.gardnerway.Gardner.java
com.hqup.gamexo.ai.gardnerway.HistoryMaster.java
com.hqup.gamexo.ai.gardnerway.MoveAdviser.java
com.hqup.gamexo.ai.gardnerway.WriterComparator.java
com.hqup.gamexo.ai.spareway.Spare.java
com.hqup.gamexo.ai.utils.FieldMatrixConverter.java
com.hqup.gamexo.ai.utils.GetterLastEnemyMove.java
com.hqup.gamexo.ai.utils.LoggerAI.java
com.hqup.gamexo.gamefield.EnumEnemy.java
com.hqup.gamexo.gamefield.Game.java
com.hqup.gamexo.gamefield.GameField.java
com.hqup.gamexo.gamefield.GameFieldController.java
com.hqup.gamexo.gamefield.GameView.java
com.hqup.gamexo.gamefield.players.AsyncTaskerPlayerMove.java
com.hqup.gamexo.gamefield.players.HandlerNotHumanLocalMove.java
com.hqup.gamexo.gamefield.players.IPlayer.java
com.hqup.gamexo.gamefield.players.PlayerBot.java
com.hqup.gamexo.gamefield.players.PlayerHumanLocal.java
com.hqup.gamexo.utils.Logger.java
com.hqup.gamexo.utils.Sounder.java
com.hqup.gamexo.utils.Toaster.java