Overview

In this webinar, we created a shopping UI in .NET MAUI using SQLite. This shopping app included several essential modules. We focused on login design, product page design, and implementation. On the product page, we displayed the product name, description, photos, and pricing information. We kept login information and product details in an SQLite database.

Q&A

This section contains the Q&A portion of the webinar.

What, if anything, from that demo was .NET MAUI-specific vs Xamarin?

The demo does not have any code restricted to .NET MAUI. It can be easily ported to Xamarin.Forms, as well, with just namespace changes.

Is it possible to handle multi-platform layouts?

Yes, we can have code based on platforms. In code-behind, we can add the condition compilation based on Android or any platform. Also, we can get the device type, device idiom, etc. 

Shopping UI in .NET MAUI with SQLite GitHub demo

Can you recommend an introduction to .NET MAUI book or video series?

Learn .NET MAUI – Full Course for Beginners