I have two lists in two views: one displaying a really long list of complex objects bound to a ListView
and I want to be able to add said objects to the second list, bound to another ListView
too, through the use of context actions. I implemented the context action code to the first ListView
but I'm stumped and I can't understand how to proceed further in retrieving the whole object bound to the row I'm interacting with.
I know it sounds stupid but I can't really figure out how to retrieve the object bound to the cell/row I'm interacting with.