Are there any established patterns for passing a CLR List to a Xamarin Forms custom view and being able to reflect upon the items on the concrete native platforms? If the item types are plain old CLR types, then they wouldn't have android callable wrappers, so I was wondering if anything magical existed to proxy/marshal the collection accross. The only strategy I'm coming up with so far is to bind into a well known item type in the CLR code, where that well known item type inherits from JObject.
↧