In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail.
Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.
In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail.
First, let's take a look at the general framework of the screen we will design.
Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.
Now, let's see how we can create this user detail screen step by step.
For the header design we can use the design we created on the form screen before.
Now let's continue by designing the user information card.
Thus, your user detail screen is ready.
In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail.
Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.
In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail.
First, let's take a look at the general framework of the screen we will design.
Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.
Now, let's see how we can create this user detail screen step by step.
For the header design we can use the design we created on the form screen before.
Now let's continue by designing the user information card.
Thus, your user detail screen is ready.