---
title: "What are the life cycle methods of android activity?"  
description: "What are the life cycle methods of android activity?"  
author: "Anonymous User"  
published: 2015-05-21  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2559/what-are-the-life-cycle-methods-of-android-activity  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What are the life cycle methods of android activity?

There are 7 life-cycle methods of activity. They are as follows:

1. onCreate()
2. onStart()
3. onResume()
4. onPause()
5. onStop()
6. onRestart()
7. onDestroy()

## Answers

### Answer by Anonymous User

There are 7 life-cycle methods of activity. They are as follows:

1. onCreate()
2. onStart()
3. onResume()
4. onPause()
5. onStop()
6. onRestart()
7. onDestroy()


---

Original Source: https://www.mindstick.com/interview/2559/what-are-the-life-cycle-methods-of-android-activity

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
