How to use WorkManager in Android. This is new way to run background tasks in android and also the best way.
- It show's you:-
 
- How to perform OneTimeWorkRequest.
 - How to perform PeriodicWorkRequest.
 - How to perform parallel task.
 - How to perform task one after other.
 - How to cancel runing task.
 - How to get work status weather work completed or Not.
 - How to use Constraints for conditions.
 - How to send Data from Activity to your Own Worker Class and Also How to send that data back to the Activity from your Own Worker Class.
 - How send notification using WorkManager.
 
To See Output you have to see logs in Android Studio.


