The title says it all.
My application uses a listview with a custom layout which inherits ViewCell and the performance is terrible on android.
If I use ImageCell or TextCell the performance is good even on low-end Androids but I need to bind more information.
I'm using Xamarin.Forms version 1.1.1.6206 what can I do to solve this problem?