
Īlso, make sure you have the following permissions: Add this dll to your own project and reference it.Īdd the following into your Android Manifest, within the Application node, for the services and receivers to work properly. How to use it:ĭownload the Xamarin binding for Evernote's android-job library.īuild the binding project in Release Mode, then grab the android-job.dll file from the bin/release folder. It will use the most appropriate method for the OS such as JobScheduler, GcmNetworkManager, AlarmManager or WorkManager. The library checks the Android version on the client device to determine the best method for performing scheduled background work. The Xamarin Android-Job binding allows you to utilize Evernote's android-job library for Android, to run jobs in the background efficiently and robustly. Xamarin binding for android-job on GitHub
