Bind data to design for a detail page
Last updated
Was this helpful?
Last updated
Was this helpful?
This tutorial is a continuation after you have set up an API request for a detail page and the binding for a list page.
If you haven't done that yet, check out:
👉 👉 💡 We're using and Xano backend for the tutorial.
Here's how to set up the detail page binding, so that when you tap on an item in the list page, it opens the detail page with relevant content.
In this example, we are binding data to the Resort detail page.
In your App page, click on the Resort detail page screen to enter Data Binding mode.
Elements, the section under Screens, displays the list of UI elements of this app screen. It shows all the 2nd-level containers collapsed, and you can expand it to see the elements within.
In this case, we don't want to populate any of the containers in this screen to a list. Therefore, we won't bind the container element to any data item. Instead, we'll open it to expand all the UI elements inside the container, and bind each of them to the corresponding data item.
We'll do the same with all the other UI elements in the screen that we want to bind to API data.
The binding is now completed. Check out your connected detail page in Bravo Vision! 📱
Although this is considered a "detail screen", because it displays more information about a specific item from a "", it could still be possible to bind a container to a list data item, if the API request we use contains one.