Architecture - TanviA463/Assignment5-SudokuAndroidApp GitHub Wiki

  1. No patterns or frameworks were used.
  2. 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.
  1. State transition diagram under master diagram.
  2. Possible new features:
  1. More levels of difficulty.
  2. Connection to an online bank of puzzles.
  3. Ability to take notes (which square can be which number).