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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:44:59+00:00 2026-05-25T11:44:59+00:00

When my Application starts, It does a lot of scanning; traversing through the root

  • 0

When my Application starts, It does a lot of scanning; traversing through the root folder to find some particular folders and then it scans for video files. The problem is that I get a blank screen for approximately 4 to 5 seconds at the start of the application. I wanted to display progress bar but it seems that the application doesn’t wait for the progress bar to appear; rather it continues going into the time-consuming traversing loops and after that it displays the progress bar.. Can someone give an example or a suggestion.. I have an idea that AsynTask may help here but I am looking for a certain example..

Thanks all.

  • 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-05-25T11:45:00+00:00Added an answer on May 25, 2026 at 11:45 am
    private class xyz extends AsyncTask<Void, Void, Void> {
        private final ProgressDialog dialog = new ProgressDialog(tranning.this);
    
        @Override
        protected void onPreExecute() {
            this.dialog.setMessage("Please Wait...");
            this.dialog.show();
            // put your code which preload with processDialog  
        }
    
    
        @Override
        protected Void doInBackground(Void... arg0) {
            // put your code here
            return null;
        }
    
        @Override
        protected void onPostExecute(final Void unused) {
            if (this.dialog.isShowing()) {
              this.dialog.dismiss();
    
            }   
        }
    }
    

    and use this in main ::

    new xyz().execute();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a WCF service application which does lot of manipulations on XML
I am writing a Catalyst web application that presents some data that does not
I have an application that does a lot of drawing, let's pretend it's a
A Session is per browser (determined via cookies), but when does an Application start,
When a java based application starts to misbehave on a windows machine, you want
I'm getting an error when my application starts. It appears to be after it's
It seems that when a WPF application starts, nothing has focus. This is really
I've written a Autoit script that starts a GUI application, when the application starts
I am developing an application for PocketPC. When the application starts the custom function
I have couple resource DLLs that I currently load when application starts using following

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.