Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8496767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:56:36+00:00 2026-06-10T23:56:36+00:00

Do activity lifecycle callbacks have to be implemented in pairs? e.g. if you override

  • 0

Do activity lifecycle callbacks have to be implemented in pairs?

e.g.

  • if you override onCreate you must also override onDestroy ?
  • if you override onStart you must also override onStop ?
  • if you override onResume you must also override onPause ?

i.e. would your app crash if you implement onCreate but omit to implement onDestroy say?

Is it just good practice to implement in pairs, or does it not matter at all (just implement what you need)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:56:37+00:00Added an answer on June 10, 2026 at 11:56 pm

    Only implement what you need. The others will automatically be called from the superclass (Activity). You should only override them if you need to add functionality at that point of the lifecycle. Typically, if you’re handling something in onPause(), you’re probably also going to handle the inverse operation in onResume(). That’s definitely not always the case though.

    EDIT: Going by your edit, without seeing the code, I’m going to guess you forgot the call to super.onStart() and super.onResume(). If not, post your implementations and stack trace for the crash.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Activity lifecycle the onActivityResult method is called before the onCreate methode, where all
In my application, I am using onCreate(), for initialize of application, onStart() and onResume().
Main Activity: private Button btnSubmit; private DataSource mDataSource; private Context mContext; @Override public void
I'm developing an activity that binds to a local service (in onCreate of the
The Activity Lifecycle is giving me headaches. The documentation at http://developer.android.com/reference/android/app/Activity.html is so darn
Is there a method of the Activity lifecycle which is called if the user
When creating own Activity subclass, we are overriding some of the basic Activity lifecycle
It seems in an Activity , for example, the onCreate() method, it does not
I have an Activity that starts and binds to a Service . I then
I have some problem with my app. My activity is not a native activity

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.