---
title: "Differentiate Activities from Services."  
description: "Differentiate Activities from Services."  
author: "Anonymous User"  
published: 2014-11-17  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/2242/differentiate-activities-from-services  
category: "android"  
tags: ["android activity", "service"]  
reading_time: 1 minute  

---

# Differentiate Activities from Services.

Activities can be closed, or terminated anytime the user wishes. On the other hand, services are designed to run behind the scenes, and can act independently. Most services run continuously, regardless of whether there are certain or no activities being executed.

## Answers

### Answer by Anonymous User

Activities can be closed, or terminated anytime the user wishes. On the other hand, services are designed to run behind the scenes, and can act independently. Most services run continuously, regardless of whether there are certain or no activities being executed.


---

Original Source: https://www.mindstick.com/interview/2242/differentiate-activities-from-services

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
