---
title: "When does onResume() method called?"  
description: "When does onResume() method called?"  
author: "Anonymous User"  
published: 2015-06-08  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2613/when-does-onresume-method-called  
category: "android"  
tags: ["android", "android activity"]  
reading_time: 1 minute  

---

# When does onResume() method called?

onResume() method is an activity lifecycle method. This is called when the activity come to foreground. You can override this method in your activity to execute code when activity is started, restarted or comes to foreground.

## Answers

### Answer by Anonymous User

onResume() method is an activity lifecycle method. This is called when the activity come to foreground. You can override this method in your activity to execute code when activity is started, restarted or comes to foreground.


---

Original Source: https://www.mindstick.com/interview/2613/when-does-onresume-method-called

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
