i can't find someone else who asked this and im sure it's been asked.
I have a list of objects. how do i set it up so one template page can be used for all the objects? i was looking at the data binding hoping there would be some mention of this but i can't find anything about this. from "xamarin-forms/user-interface/listview/data-and-databinding" on Microsoft docs pages.
users will be shown a list of items populated by the list of objects. when a user clicks on one of those items I want it to go to a new page and fill with that items specific information.
this way I have 2 pages to display about 50 items rather than making each page.
With java I could pass the item through the link but for this, I really don't know what to try or do. I'm not even sure if data binding is the correct spot to look in. it seemed like the right area given it allows you to display info from a database.