Hello!
Currently I'm working on updating an existing application where I used a ViewCellRenderer to improve performance of the ListView for Android which worked perfectly fine at the time. However, it appears updating Xamarin.Forms to at least 1.4+ causes a "java.lang.reflect.InvocationTargetException" to be thrown whenever navigating to a page that uses a ViewCellRenderer.
Downloading and running this example will show the exception I am experiencing:
http://developer.xamarin.com/samples/xamarin-forms/WorkingWithListviewNative/
After running the Android project navigate to the 'C' tab to experience the crash. I had download this in hopes that I was just doing something wrong in the previous versions of Forms and it was just brought to light now, but that doesn't seem to be the case.
Is anyone else experiencing this issue or know of a fix for it?
My next step is to just convert my ViewCellRenderer to the Native ListView/Adapter way that the example shows.
Thanks for your time!