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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:00:21+00:00 2026-06-11T10:00:21+00:00

I have about resuming multiple threads within the same Activity: I’ve three different threads

  • 0

I have about resuming multiple threads within the same Activity: I’ve three different threads in my app, that I call AThread, BThread and CThread.

If my app is closed and reopened, I need to reopen all preview Threads. How could I do that? I thought on returning a list of threads. Is that a good option? Something like:

@Override
public Object onRetainNonConfigurationInstance() {
    return new ArrayList<Thread>(AThread, BThread, CThread);
}

And than, at the function onCreate, call a “for each” that verifies all Threads. Something like

    @Override
    public void onCreate(Bundle savedInstanceState) {
(...)
        super.onCreate(savedInstanceState);
        ArrayList<Thread> allThreads = (ArrayList<Thread>) getLastNonConfigurationInstance();
        AThread = allThreads.get(0);
        BThread = allThreads.get(1);
        CThread = allThreads.get(2);
        if (AThread != null && AThread.isAlive()) {
            // TODO SOMETHING
        }
        if (BThread != null && BThread.isAlive()) {
            // TODO SOMETHING
        }
        if (CThread != null && CThread.isAlive()) {
            // TODO SOMETHING
        }
    }

Is that correct? Any better Idea?
Cheers =)

  • 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-11T10:00:23+00:00Added an answer on June 11, 2026 at 10:00 am

    Use a Fragment to host your Threads (or more preferably an AsyncTask) and call setRetainInstance(true) in the Fragment‘s onCreate method. The Fragment will be retained across configuration changes and the Fragment (and its Threads) won’t be destroyed along with the Activity. I believe this is preferred over using onRetainNonConfigurationInstance.

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

Sidebar

Related Questions

I have about 3 different errors that can occur while loading the same page.
I have about 50 images with in a grid view within my Android app.
I have about 500 images as resources in my app. First, is that a
I have about 10 different sql statements that update different tables. They look similar
I have about 20 grid views that I have to create. All of them
I have about 8 entities that all have a one to one relationship with
i have about 20 possible exception messages that i want thrown when an error
I have about 1500 images within a folder named 3410001ne => 3809962sw. I need
I have about 10 drop down list controls that get populated. Instead of copying/pasting
I have about 5-6 Server Manager programs that write their own configuration file out

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.