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 9004717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:57:31+00:00 2026-06-16T00:57:31+00:00

I have a simple Activity class with an onCreate() method that sets a private

  • 0

I have a simple Activity class with an onCreate() method that sets a private boolean field if all initialisation tasks succeed. I read the value of this boolean in other parts of the class.

public class MyActivity extends Activity
{
    private boolean initializationSucceeded;

    @Override
    protected void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);

        ...

        //if everything succeeded...
        initializationSucceeded = true;
    }
}

Is it necessary to override onSaveInstanceState() to save the state of this boolean, or is what I have fine? I’m afraid I don’t quite know what happens to private field members during all of these activity lifecycle edge cases, so hopefully someone can explain. Thanks.

  • 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-16T00:57:32+00:00Added an answer on June 16, 2026 at 12:57 am

    no need to save it, because everytime onCreate is called and completed initialisationsucceeded will be true. OnCreate is the first thing called after lifecycle events like rotations. Unless you have a thread that is started in onCreate that requires the truth value of initialasationsucceeded then you should be fine.

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

Sidebar

Related Questions

I have a simple fragment activity. In the onCreate() method, I simply add a
I have a very simple activity just to show the preference fragment: public class
So I have a very simple android activity that starts a timer when you
This seems like a simple problem: I have a WF4 activity that guides the
I have a simple (?) Android application that begins with an Activity (First Activity)
I have a simple Activity that uses a android:theme=@android:style/Theme.Dialog in the manifest. My activity
i have developed a simple AsyncTask class that takes Handlers as its parameters and
I have two classes: An activity class that controls several widgets and then a
I have a simple application that has one edittext field, and one button. The
I have a simple Android application that uses an instance of a class, let's

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.