From the course: .NET MAUI: Beyond the Basics

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Challenge: Converting a design to code

Challenge: Converting a design to code - .NET MAUI Tutorial

From the course: .NET MAUI: Beyond the Basics

Challenge: Converting a design to code

(upbeat music) - [Instructor] It is very common to get a screen design from a mobile designer, as we have here. This is a screen for a poll. There's a header for the question, a picture, a caption on the picture, a question, answers to the question, and the answer section should scroll in case there are more answers than can fit on the screen. There are many layouts that could be used to make this design, and some will perform better than others. In the starting code for the video, we can see that there's a file called Challenge1Page. And if we open that up, we'll see that this is a blank page to create the screen, to match the design. And so for the challenge on this chapter, we want to try to create that design that we just looked at using some of the layouts that we had from this chapter. There is a picture that you can use. And so if you go under Resources and Images, you can see that we have trouble_cat.jpg,…

Contents