Differentiate activities from services?
Answer / Sangeeta Yadav
Activities are user-interface components that the user interacts with, while services run in the background and perform long-running operations without direct user interaction. Activities have a visual interface for displaying information and receiving user input, whereas services typically do not have a user interface. Services can be started by an activity or other service and are often used to execute tasks such as playing music, synchronizing data with remote servers, or handling system-level broadcasts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there a case wherein other qualifiers in multiple resources take precedence over locale?
Which of the method is used to return a view from a layout file given the id of the view?
What is gradle.properties?
In android, what is contained within the xml files in layout folder?
Please explain how to prevent the data from reloading and resetting when the screen is rotated?
Explain AndroidManifest.xmlfile in detail.
Assume that we have an android object named stored in reader variable, and inside it has a child object named?
How you can use built-in Messaging within your application?
Sqlite database save data in which storage?
What is tween animation?
Tell us difference between service, intent service, asynctask & threads?
Why android is the most popular mobile operating system in the world?