When consuming my (pretty huge) OData payloads, the UI thread is frozen upon reading the data into proxy classes.
Is there a way to dispatch this workload to a different thread, so that data is quietly loaded without disturbing the UI?
When consuming my (pretty huge) OData payloads, the UI thread is frozen upon reading the data into proxy classes.
Is there a way to dispatch this workload to a different thread, so that data is quietly loaded without disturbing the UI?