From the course: Leveraging GenAI in .NET MAUI Development

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Using Bing Image Creator

Using Bing Image Creator

- [Instructor] In the start code for this video, we have a new solution as we see here, calendar.Maui. As of the previous chapters, this is a Maui application based on the default application template. In this case, we want to create a calendar app and we want to create a nice custom splash screen. Now, Maui does provide a default splash screen, but it isn't very compelling. So if we go under resources and then we go splash, this is the default splash screen. Now, it doesn't actually display it for us, but it basically just says that it's a .net application. So what do we know about the Maui splash screen? Well, it can support most common image formats, including SVG. The images are converted by Maui to PNG files. The same image is used for all platforms and screen sizes. The image name needs to be lowercase for Android. Finally, the images will be resized if a vector image is used or a base size is specified for other types of images. The last part is important if we want to get the…

Contents