What is the difference between service and thread?
Answer / Vineet Rathor
"A Service in Android is a component that can perform long-running operations like playing music or downloading data in the background, even when the user switches to another app. On the other hand, a Thread is a separate path of execution in a program, which allows you to run multiple tasks concurrently within an application."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the four essential states of an activity?
Are the Android releases available in a ROM?
How do you pass the data to sub-activities android?
What is the correct way of setting up an android-powered device for app development?
What is the latest version of android for galaxy s7?
What is orientation in android? How is it done?
Define the application resource file in android?
How to send sms in android?
Who invented android os?
Can you deploy executable jars on android?
What is staggered grid in android?
what is intent, pending intent, and sticky intent?