---
title: "Enumerate the three key loops when monitoring an activity"  
description: "Enumerate the three key loops when monitoring an activity"  
author: "Anonymous User"  
published: 2015-08-06  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/12761/enumerate-the-three-key-loops-when-monitoring-an-activity  
category: "android"  
tags: ["android", "android activity"]  
reading_time: 1 minute  

---

# Enumerate the three key loops when monitoring an activity

– Entire lifetime – activity happens between **onCreate** and **onDestroy**– Visible lifetime – activity happens between **onStart** and **onStop**– Foreground lifetime – activity happens between **onResume** and **onPause**

## Answers

### Answer by Anonymous User

– Entire lifetime – activity happens between **onCreate** and **onDestroy**– Visible lifetime – activity happens between **onStart** and **onStop**– Foreground lifetime – activity happens between **onResume** and **onPause**


---

Original Source: https://www.mindstick.com/interview/12761/enumerate-the-three-key-loops-when-monitoring-an-activity

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
