What is difference between activity & service?
Answer / Ritu Raj Kumar
In Android, an Activity is a single screen or interface in an application that users interact with. It represents a single focused thing that the user can do. On the other hand, a Service is a component that runs in the background and performs long-running operations without direct user interaction. Services cannot be directly interacted by the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is library module?
What is android:maxsdkversion?
What does adt stand for?
Do you know the languages supported for android development?
Explain me what is android sdk?
Explain the services component of android?
Can I update my version of android?
How could we move the data in sub activity?
Explain me what is the android application architecture?
Explain key components of android architecture?
How many android os are there?
Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?