solveDisplayHandler

private lateinit var solveDisplayHandler: Handler

Handler for displaying the solution to the 8-puzzle.

This solution refers to the one found by the app via the A* algorithm implemented in SolveUtil.