.NET MAUI

Create a Shopping UI in .NET MAUI with SQLite [Webinar Show Notes]

This blog provides show notes for our August 11, 2022, webinar, “Create a Shopping UI in .NET MAUI with SQLite.” The webinar was presented and hosted by Syncfusion developer Arun A. If you missed it, or would like to watch it again, you can find it on our YouTube channel or embedded here.

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. 

Is there going to be any link to the source code?

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

Recommended resources (related links)

Jacqueline Bieringer