Hi
I am writing an application in xamarin.forms that contains a Chat function. I implemented this with a listview in xamarin.forms but the performance of listview is horrible if you have photos in it. I have been googling around to find some workarounds but nothing works good enough. At this point I see no other solution than doing the chatfunction native using custom renderers.
I have been able to do this on iOS earlier but I can't find any examples/tutorials for android. So my question is if you guys have any examples tutorials for a listview custom renderer for android or any other ideas on how to fix this?
↧
Customrenderer for ListView Android
↧