In this learning content, we will perform data binding operations on the Dashboard screen of I Have an Idea Web application using the actions we created in previous learning contents. We will add an Initial Action that pulls the information of the user who is logged in when the screen opens, and we will start binding data to the card structure with two different Initial Actions that pull the number of ideas.
In this learning content, we will perform data binding operations on the Dashboard screen of I Have an Idea Web application using the actions we created in previous learning contents.
When we examine the screen to perform data binding operations, we can interpret that we need to add the action that pulls the logged-in personnel information as Initial Action and provide a data connection to the relevant fields in order to display the information of the logged-in user every time the screen is opened.
Then, for the card structure that shows the total number of ideas in the application and the total number of ideas of the logged-in user every time the screen is opened, it is necessary to add two different actions as Initial actions that pull the number of ideas and provide a data connection to the number fields that we have previously given a fixed value.
Finally, in the area where the last ideas are listed, we need to add the action we have created to show the last added idea list every time the screen is opened as an Initial Action to the screen and then we need to perform data binding operations for the relevant fields on the screen.
With these actions, we have managed to pull the data we want to use every time the screen is opened from the data source. Now let's do the data binding operations for which data will be displayed in which element.
Let's do the data binding for the number of ideas in the cards.
With these operations, we have performed the data binding operations in the Header and card structure.
Now let's continue with the Gallery View structure where the recently added ideas are listed.
After performing data binding operations for all elements, your Dashboard screen is ready to use.
By performing similar operations, you can prepare the idea list screen in the Web application and the Dashboard screen in the Mobile application.
In this learning content, we will perform data binding operations on the Dashboard screen of I Have an Idea Web application using the actions we created in previous learning contents. We will add an Initial Action that pulls the information of the user who is logged in when the screen opens, and we will start binding data to the card structure with two different Initial Actions that pull the number of ideas.
In this learning content, we will perform data binding operations on the Dashboard screen of I Have an Idea Web application using the actions we created in previous learning contents.
When we examine the screen to perform data binding operations, we can interpret that we need to add the action that pulls the logged-in personnel information as Initial Action and provide a data connection to the relevant fields in order to display the information of the logged-in user every time the screen is opened.
Then, for the card structure that shows the total number of ideas in the application and the total number of ideas of the logged-in user every time the screen is opened, it is necessary to add two different actions as Initial actions that pull the number of ideas and provide a data connection to the number fields that we have previously given a fixed value.
Finally, in the area where the last ideas are listed, we need to add the action we have created to show the last added idea list every time the screen is opened as an Initial Action to the screen and then we need to perform data binding operations for the relevant fields on the screen.
With these actions, we have managed to pull the data we want to use every time the screen is opened from the data source. Now let's do the data binding operations for which data will be displayed in which element.
Let's do the data binding for the number of ideas in the cards.
With these operations, we have performed the data binding operations in the Header and card structure.
Now let's continue with the Gallery View structure where the recently added ideas are listed.
After performing data binding operations for all elements, your Dashboard screen is ready to use.
By performing similar operations, you can prepare the idea list screen in the Web application and the Dashboard screen in the Mobile application.