Multiple work request in Work Manager for Periodic task
I have a task to synchronize Room DB data to the server every 2 hours in the background, for that the best option I found is Work Manager, but there is a problem I have two tables one for images and the second for the form data, first Worker Task is to upload all the images to the server using Retrofit Multipart and then upload form data from another table.
There are basically need two worker classes and I don't know to arrange them to complete the whole task.
Thanks in advance.