Hi Xamarin experts!
I've been reading this link from the Xamarin site a few times:
http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/listview/
I'm wondering if someone could point me in the right direction - I want to create a list of items that have 4 or 5 buttons on each item - that respond to different events.
Is it possible to do this and keep all code in my PCL or do I need to do native? Also, is the only way to do native stuff with IoC? It seems that with IoC, you inherently lose nativeness because you've written your own interface - not 3 different ones.
Thanks!
Mike