Suitable View for Sudoku grid
If I were to make a 9X9 sudoku grid, would it still be preferred to use a RecyclerView over a GridLayout? I do not intend to include any capacity for the user to scroll as I want to display the grid in its totality.
If I were to make a 9X9 sudoku grid, would it still be preferred to use a RecyclerView over a GridLayout? I do not intend to include any capacity for the user to scroll as I want to display the grid in its totality.