sample app from the book "Hello, Android" 3rd edition.
Sudoku is hosted in the following web site
https://github.com/josemp32/Sudoku
If you think the Android project Sudoku 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 Sudoku.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\game.mp3 res\raw\main.mp3 |
Sudoku has the following Java source files.
com.j03_digital.soduku.About.java com.j03_digital.soduku.Game.java com.j03_digital.soduku.Keypad.java com.j03_digital.soduku.MainActivity.java com.j03_digital.soduku.Music.java com.j03_digital.soduku.Prefs.java com.j03_digital.soduku.PuzzleView.java