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 |
What are the type of flags to run an application in android?
how to fix an android application crash?
What’s wake locks?
which of the based class for the main application class in an android application that has a user interface?
What is equals method?
What are the differences between a domain] workgroup?
Define intents in android. What are the different types of intents?
Define activity application component.
How you can translate in android?
Which dialog boxes are supported by android?
Is it necessary to update apps on android?
How does Android system track the applications?