I just want to put my finger on this issue: is android-priority-job-queue: https://github.com/yigit/android-priority-jobqueue
and android job scheduler :http://developer.android.com/reference/android/app/job/JobScheduler.html
two different things? or is the android-priority-jobqueue a huge resemblance?
They have similar characteristics, but bottom line my conclusion is that they are two different things. For example I can schedule a job to run when there is unmetered network using job scheduler, but in job queue I need to configure it.
Am I missing something?? Thanks very much in advance.