Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the different phases of the Activity life cycle in Android?



What are the different phases of the Activity life cycle in Android?..

Answer / Amit Rao Gautam

"The Activity lifecycle in Android consists of several key stages. They are: 1. onCreate(): This method is called when the activity is first created. 2. onStart(): This method is invoked immediately after onCreate() and right before the activity becomes visible to the user. 3. onResume(): This method is called when the activity will start interacting with the user. 4. onPause(): This method is called when another activity is taking focus away from this activity, or when the user is about to leave the device (such as by hitting the home button). 5. onStop(): This method is invoked when the activity is no longer visible to the user. 6. onDestroy(): This method is called just before the activity is destroyed. "

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is fragment lifecycle?

1 Answers  


To get data from webserver to android application, which of the following class you need to use to establish connection?

1 Answers  


what is the difference between dynamic receiver and static receiver?

1 Answers  


What is android os on my phone?

1 Answers  


When did android become open source?

1 Answers  


How will you record a phone call in Android? or How to handle on Audio Stream for a call in Android?

1 Answers  


What does apk stand for?

1 Answers  


Can I write code for android using c/c++?

1 Answers  


How is nine-patch image different from a regular bitmap?

1 Answers  


Do we need api key for displaying google maps in android?

1 Answers  


What's the difference between file, class and activity in android?

1 Answers  


Write a program to show the addition and removing of the package.

1 Answers  


Categories