Just starting out using model view controller design pattern in a mobile application and I have a quick query.
Basically if I have a listview control on my view and my controller needs to access properties on the listview when an action is performed, like the items checked and the listviewitem vales, do I just expose on my view interface a property of type Listview which returns the listview to my controller?