In my project I have one screen which displays a list of customers. The list cell (row) consists of a number of objects including images, texts, etc. which makes it a lot of memory consuming when the list grows on.
I came to know about the introduction of RecyclerView which addresses such issues in great extents. I did searched for samples over the net, have seen sample projects in Xamarin.Android. However my requirement is to work with Xamarin forms.
Could anyone help me with supporting android renderer for RecyclerView? is there any samples available?