Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 569 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 569 Bytes

Jobs

This sample shows you how to

  • dynamically create jobs at any time
  • create static/system jobs in your startup
  • log jobs execution of jobs (JobLoggerTask)
  • pass parameters to jobs
  • manually execute jobs
  • BONUS: how to use local notifications within your jobs

3rd Party Libs

  • Xamarin Forms - The cross platform library for .NET that we all know and love
  • SQLite.NET - An open source SQLite lightweight object relational mapper to store & read our background events