florian1345 / sudoverse-xamarin

A GUI application which contains functionality related to Sudoku (generating, playing, editing, ...).
MIT License
0 stars 0 forks source link

Long Load Times #49

Open florian1345 opened 2 years ago

florian1345 commented 2 years ago

When launching a game (even when continuing a previously generated Sudoku), the app takes a long time to display the play page. This may be due to many views being generated and laid out (each cell consists of 10+ views, 9x9 cells means more than 800 views on the entire page). Some lazy layout may be possible to reduce the initial duration when first loading the page.