I'm learning Android and currently, I am dealing with the background stuff and came to know about two things services and workManager. Before I got started with any of the ones I got to know about different types of services like "Services, IntentServices, ForegroundServices, BoundServices, and JobIntentServices". Please differentiate between them what are for and when to use them. Also, is Services deprecated because "WorkManager" also does the same thing according to their documents?
Asked
Active
Viewed 42 times
0
-
You should be able to answer these questions by reviewing the documentation on each item. If not, could you be a bit more specific in what you're looking for or what you're confused about? – dominicoder May 01 '23 at 16:04
-
I'm confused with workManager and Services class. Do workManager and Services intend to perform the same task? Do I need to learn Services or workmanager alone is enough for not so complex projects – ADITYA RAJ May 04 '23 at 12:24
-
Does this answer your question? [Android Work Manager vs Services?](https://stackoverflow.com/questions/50343578/android-work-manager-vs-services) – dominicoder May 04 '23 at 14:54