Summary
Excellent work! In this chapter, you completed a project that used the .NET MAUI Blazor template. You created a UI using HTML, updated it with C# code, and then implemented a service that was managed by .NET MAUI and injected it into a Razor page. Then, you used CollectionView
to display a list of the previous calculations. Within CollectionView
ItemTemplate
, the SwipeView
control was used to recall a previous calculation to the keypad for additional editing and reevaluation.
To extend this project even further, consider the following:
- Add an additional swipe action to delete a calculation from the collection
- Add an additional keypad layout for scientific calculations
In the next – and final – chapter, you will discover the world of AI as you build an object recognition app.