Using Xamarin to develop mobile application example -- Sudoku game to save game progress

The project code can be downloaded from Github: https://github.com/zhenl/ZL.Shudu . The code is updated with the progress of the project. Saving progress is the basic function of mobile applications. During the use of applications, there will be various problems that may lead to use interruption. When returning to the application again, it sho ...

Posted by Courbois on Sun, 30 Jan 2022 08:16:36 +0100

Using Xamarin to develop mobile application example - Sudoku game adds fallback and timing functions

The project code can be downloaded from Github: https://github.com/zhenl/ZL.Shudu . The code is updated with the progress of the project. We have created a basic interface that can run Sudoku games. Now we add some functions to the game. The first is the timing function. As an intelligence game, Sudoku completion time is an important indicator ...

Posted by abgoosht on Wed, 26 Jan 2022 05:09:14 +0100

[MAUI] in NET MAUI combined with Vue to realize hybrid development

​ In MAUI, Microsoft's official solution is to use Blazor for development, but most Web projects in the current market are built using Vue, React and other technologies. If we can't bypass the accumulated technologies, it's unrealistic to rewrite the whole project with Blazor. Vue is a popular web framework. In short, it is a set of template en ...

Posted by evilcoder on Wed, 19 Jan 2022 00:38:26 +0100