WorkManagerSample
WorkManagerSample copied to clipboard
Hi I have to perform a task that could go in exception. starting from your example what is the best practice for handling exceptions? ``` public class CalculatorWorker : Worker...
I am already using Xamarin.Google.Guava for other purposes which also includes the .ListenableFuturue library. Since the NuGet package installs a later version of what I have, I get a conflict....
How can we use workmanager in xamairn forms 1. How to access the xamarin forms db from work manager 2. How to execute api call from workmanager [most of the...
Hi, I'm trying to use the nuget package in this example but it doesn't work properly. In the following guide (https://devblogs.microsoft.com/xamarin/getting-started-workmanager/), it is shown how the output log returns results...