Would be nice to have traditional 7seg timer/counter and the smiley button to restart the game.
This would change the gridview's position and size, so need to revisit how the board gets laid out. Snake(?) implementation has more straightforward way of setting up board (instead of measuring all components individually, the activity's main view is measured after the activity is loaded then the cells are measured and laid out programmatically); adding new components to the layout would probably require a similar implementation for minesweeper.
Would be nice to have traditional 7seg timer/counter and the smiley button to restart the game.
This would change the gridview's position and size, so need to revisit how the board gets laid out. Snake(?) implementation has more straightforward way of setting up board (instead of measuring all components individually, the activity's main view is measured after the activity is loaded then the cells are measured and laid out programmatically); adding new components to the layout would probably require a similar implementation for minesweeper.