---
title: "What is an Application in Android"  
description: "What is an Application in Android"  
author: "Anonymous User"  
published: 2015-12-22  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/22951/what-is-an-application-in-android  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is an Application in Android

Collection of one or more activities, services, listeners, and intent receivers. An application has a single manifest, and is compiled into a single .apk file on the device.

## Answers

### Answer by Anonymous User

Collection of one or more activities, services, listeners, and intent receivers. An application has a single manifest, and is compiled into a single .apk file on the device.


---

Original Source: https://www.mindstick.com/interview/22951/what-is-an-application-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
