Explain the difference between service, intent service, asynctask & threads?



Explain the difference between service, intent service, asynctask & threads?..

Answer / Chandra Kumar Jaisawal

In Android, Services are long-running background tasks that continue running even after their client (the activity) is closed. Intent Services are specialized services started by an Intent and can handle multiple requests concurrently. AsyncTasks execute a single operation on the worker thread or the UI thread depending on the method used. Threads represent independent sequences of instructions that run in parallel.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What are the type of flags to run an application in android?

1 Answers  


how to fix an android application crash?

1 Answers  


What’s wake locks?

1 Answers  


which of the based class for the main application class in an android application that has a user interface?

1 Answers  


What is equals method?

1 Answers  


What are the differences between a domain] workgroup?

1 Answers  


Define intents in android. What are the different types of intents?

1 Answers  


Define activity application component.

1 Answers  


How you can translate in android?

1 Answers  


Which dialog boxes are supported by android?

1 Answers  


Is it necessary to update apps on android?

1 Answers  


How does Android system track the applications?

1 Answers   HCL,


Categories