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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:17:24+00:00 2026-06-10T22:17:24+00:00

Here is what I am trying to do : When my application starts, it

  • 0

Here is what I am trying to do :
When my application starts, it directly starts an asynchronous call to get some data from a WebService.
Then, I open a second Activity that displays that data.
Simplified code :
Activity 1 :

OnPostExecute()
{               
for (int i = 0; i < jsonArray.length(); ++i)
    { JSONObject jsonTrack = jsonTrackArray.getJSONObject(i);
                JSONObject jsonObject = jsonArray.getJSONObject(i);
                Content content = new Content(jsonObject.getString("content"),
                MyApp.contentList.add(Content);
         }
}

Second Activity :

doSomething (contentList.get(0));

How can I make sure that when I try to access to contentList(0) that it has already been fetched by the AsynTask ?

  • 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-10T22:17:25+00:00Added an answer on June 10, 2026 at 10:17 pm

    You’ll probably want to either leave in user in the first activity until the operation is complete or move this logic to a service and broadcast upon completion and set some flag the second activity can check on its lifecycle creation methods.

    scenario 1:
    activity1 starts service then launches activity2.
    Service completes, saves a preference, and broadcasts a success message.
    activity2 receives this and does its thing.
    
    scenario 2:
    User comes back later to activity2, it's onResume checks a preference flag and knows the data exists, so it does its thing.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to find UIElement from coordinate in my Silverlight for WP7 application. Here
I'm trying to cache some application data that only needs to be instantiated when
I am trying to download xml files from server when my application starts. So
I'm trying to implement Application Tests as described here . So far, so good,
Here's what I'm trying to do. I have an ASP.NET MVC web application, where
Here's what I'm trying to do. I'm using JPA persistence in a web application,
I'm trying to create a web application project template for everyone to use here
I'm trying to compile a Flex application in Ant (no problems here, I can
total nubi here and i'm trying to writ an application that trackes how far
I'm trying to add a Search-ActionView to my application (as explained here http://developer.android.com/guide/topics/search/search-dialog.html#UsingSearchWidget ).

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.