Android Developer Question:

What is difference between Activity & Service?

Android Developer Interview Question
Android Developer Interview Question

Answer:

Activities are basically containers or windows to the user interface. Services is a component that is used to perform operations on the background. It does not have an UI.


Previous QuestionNext Question
Do you know what is ANR, and why does it happen?Explain me what is Armv7?