Hi guys . I want link two list views .first one is for the names of books . The other one is for the links of books and the youtube channels . See the video to understand
You need to create to lists and populate them with correlated items which means item 1 in list 1 is related to item 1 in list 2 and so on.
When the user select an item from list 1 in list viewer, your app should save the index of the item and then read the item of list 2 using the same index saved
For example, if user select item number 7 in list 1 you will read item number 7 in list 2 and use it as URL for the Web Viewer.
You can save the index into a variable and then navigate to the other screen. The other screen should have blocks in the open event to use the variable in the same way in my example.