Android App which can assist you solving a sudoku.
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.
The following table is the detailed list of sudokuhelper.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 3 |
Required Permissions | android.permission.CAMERA android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\param.xml |
Raw File Names | res\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 |
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.
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