TaskScheduler
TaskScheduler copied to clipboard
How can I pass values to the Task via a constructor?
Similar to how in Asynctask I can pass values, I would like to do the same here instead of created global values or retrieving the value from the db. How do I do that?
Write a class that extends Task, and execute this task.