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
You're calling GetServicesForUserCompleted method from SalonServicesClient on worker thread. Invoke it on the UI thread instead.
GetServicesForUserCompleted
SalonServicesClient