Hi everyone, I have a listview populated by a json.
After pressing a button (located inside each line) I have to print other fields related to his ID in another page or inside a popup.
If I am not wrong, after taking the ID, I just need a query.
I use MVVM and obviously an observable collection. How can I take this id?
Thank you in advance.