Android : java class →
Worker vs Service ?
What is the difference between Worker and Service? Which is better to do something in background for a long time. Application never stops.
Dear friends.
Android : java class →
Worker vs Service
I made an android application and inherited the Service class and it checks a website every minute and if there is new information on this website, it sends me a notification.
Does anyone know about Worker and what is the difference between Worker and Service? Which is better to do something in background for long time. I want to make an application, that it never stops.