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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:18:39+00:00 2026-06-06T16:18:39+00:00

I am using AsyncTask and want to use getApplication() to work with class Application.

  • 0

I am using AsyncTask and want to use getApplication() to work with class Application.
But gets error on getApplication() cannot find symbol.

my code:

public class  splash extends AsyncTask {
  protected config app;
  public  splash(Context context) {
  super();
  app = ((config) getApplication());
  this.context=context;
}

and the class that I want to use:

public class config extends Application
{
  public Boolean  con=true;
  public int status=-1;
  public String actNum; 
  public void onCreate()
  {
    super.onCreate();
  }
}
  • 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-06T16:18:41+00:00Added an answer on June 6, 2026 at 4:18 pm

    If you want to get the Application instance, you can initialize a member in onCreate() with it and have it returned by a class method:

    public class ApplicationConfig extends Application {
    
      private static ApplicationConfig instance;
    
      public void onCreate() {
        super.onCreate();
        instance = this;
      }
    
      public static ApplicationConfig getConfig() {
        return instance;
      }
    }
    

    Then you can retrieve this instance everywhere via:

    ApplicationConfig conf = ApplicationConfig.getConfig();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the following code class AddTask extends AsyncTask<Void, Void, Void> { ProgressDialog
I do have a problem working with my application. I am using AsyncTask class
I am using an AsyncTask in my application to provide the user with data
I am using this code (inside an AsyncTask) to download files: URL u =
Now i am doing an android application.In that application I am using asynchtask class
I'm using AsyncTask to download an image and want to send the downloaded image
I am using AsyncTask to get data from a server and want to show
I am using AsyncTask to upload data to UI. i wrote the code to
I have the following code that downloads a video using AsyncTask. //DOWNLOAD VIDEOS private
i am downloading data from website using asynctask and my code for async task

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.