I am getting an error error: Only the original thread that created a view hierarchy can touch its views
error: Only the original thread that created a view hierarchy can touch its views
in line
BookingAdapter expListAd
Here is a cross platform solution in xamarin for this issue;
Device.BeginInvokeOnMainThread(() => { //Your code here });