android - Job Scheduling Service -


i want have listener or service runs when user takes photo or video. service goes , finds uri of image/video user takes, , records information it. used broadcastlistener, listening intent action_new_picture. however, in https://developer.android.com/about/versions/nougat/android-7.0-changes.html deprecated , suggest use jobscheduler instead. haven't found simple examples of jobscheduler being implemented within xamarin if explain how work in scenario ideal. condition need met job processed if uri of photo location changes, therefore i'm guessing there need content observer.

a little late party, hate unanswered questions.

there's example on xamarin site of how use job scheduler:

https://developer.xamarin.com/samples/monodroid/android5.0/jobscheduler/


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -