Android Open Source - Game sudoku sudroid






Project Summary

My first android app. Your normal Sudoku game.

Web Site / Source Repository

sudroid is hosted in the following web site
https://github.com/eckorog2005/sudroid

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

ItemValue
Java File Count14
Supported screen sizes[mdpi, ldpi, hdpi]
Minimum SDK Version8
Activity Count3
Asset File Namesassets\data.txt




Resource Files

There are 1 image files in sudroid. The names of the image files are listed as follows.

highlight.png

The following screenshort is generated from the image listed above.

null

Java Source Files

sudroid has the following Java source files.

com.rlamb.android.sudroid.Board.java
com.rlamb.android.sudroid.Cell.java
com.rlamb.android.sudroid.ICellListener.java
com.rlamb.android.sudroid.InvalidNumberValueException.java
com.rlamb.android.sudroid.InvalidPositionLocationException.java
com.rlamb.android.sudroid.InvalidSodokuPositionException.java
com.rlamb.android.sudroid.Position.java
com.rlamb.android.sudroid.SudroidActivity.java
com.rlamb.android.sudroid.SudroidDBFactory.java
com.rlamb.android.sudroid.SudroidDatabaseHelper.java
com.rlamb.android.sudroid.SudroidGameActivity.java
com.rlamb.android.sudroid.SudroidHighScoreActivity.java
com.rlamb.android.sudroid.SudroidView.java