Android Open Source - Game sudoku sudokuhelper






Project Summary

Android App which can assist you solving a sudoku.

Web Site / Source Repository

sudokuhelper is hosted in the following web site
https://github.com/sbaechler/sudokuhelper

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

ItemValue
Java File Count21
Supported screen sizes[mdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count3
Required Permissionsandroid.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\param.xml
Raw File Namesres\raw\s57.png
res\raw\s58.png
res\raw\s59.png
res\raw\straight57.png
res\raw\straight58.png
res\raw\sudoku1.png
res\raw\sudoku2.png
res\raw\sudoku3.png




Resource Files

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

simple_button.png

The following screenshort is generated from the image listed above.

null

Java Source Files

sudokuhelper has the following Java source files.

ch.zahw.students.sudokuhelper.CaptureActivity.java
ch.zahw.students.sudokuhelper.MainActivity.java
ch.zahw.students.sudokuhelper.MainHelper.java
ch.zahw.students.sudokuhelper.TestActivity.java
ch.zahw.students.sudokuhelper.capture.DigitExtractor.java
ch.zahw.students.sudokuhelper.capture.FieldCandidate.java
ch.zahw.students.sudokuhelper.capture.NeuralNetworkRecognizer.java
ch.zahw.students.sudokuhelper.capture.NoSudokuFoundException.java
ch.zahw.students.sudokuhelper.capture.Recognizer.java
ch.zahw.students.sudokuhelper.capture.SquareFinder.java
ch.zahw.students.sudokuhelper.capture.SudokuTracker.java
ch.zahw.students.sudokuhelper.solve.Field.java
ch.zahw.students.sudokuhelper.solve.Sudoku.java
ch.zahw.students.sudokuhelper.solve.SudokuField.java
ch.zahw.students.sudokuhelper.solve.SudokuFieldView.java
ch.zahw.students.sudokuhelper.solve.SudokuManager.java
ch.zahw.students.sudokuhelper.solve.Tabletest.java
ch.zahw.students.sudokuhelper.solve.algorithm.BacktrackingAlgorithm.java
ch.zahw.students.sudokuhelper.solve.algorithm.HiddenSingleAlgorithm.java
ch.zahw.students.sudokuhelper.solve.algorithm.NakedSingleAlgorithm.java
ch.zahw.students.sudokuhelper.solve.algorithm.SudokuSolver.java