Architecture - TanviA463/Assignment5-SudokuAndroidApp GitHub Wiki
- No patterns or frameworks were used.
- Important aspects:
- app-debug.apk file can be found under app\build\outputs\apk\debug.
- .java files can be found under app\src\main\java\com\example\sudoku.
- .xml files can be found under app\src\main\res\layout.
- State transition diagram under master diagram.
- Possible new features:
- More levels of difficulty.
- Connection to an online bank of puzzles.
- Ability to take notes (which square can be which number).