Handling large image compression in xamarin android

Brief:
Here i will write about how to create rounded corner/Circular Image from the image bitmap and also how to handle large images in xamarin.android.


Best Practice and issues with ListView in Android Xamarin

Listing information is an fundamental requirement in any mobile application development. Android developers usually prefers Listview control for this.It makes easier user interaction to data model.

In the previous post  I explained how to Requesting REST Webservice with JSON in C# Xamarin Android, How to use Google Place API with Autocomplete in Xamarin Android.

I have observed some of the below issues with ListView operation.
->Listview Item click showing wrong view position.
->ItemClick event fires more then once.
->Out of memory  exception.