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

  • Home
  • SEARCH
  • 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 6146435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:56:57+00:00 2026-05-23T18:56:57+00:00

I am calling Handler from CallBack method, method is, public void callback(String fileName) {

  • 0

I am calling Handler from CallBack method, method is,

public void callback(String fileName) {
        Log.d("Callback", "In call back method");
        System.out.println("--File = " + fileName);
        File d = new File(fileName);

        if (d.isDirectory()) {
            System.out.println("Is a directory ");
        } else {
            System.out.println("is a file");
            Bundle data = new Bundle();
            data.putString("path", fileName);
            Message msg = new Message();
            msg.setData(data);

           mfileObserver.sendMessage(msg);
            // mfileObserver.sendEmptyMessage(10);
            System.out.println("--msg is = " + msg);
            System.out.println("--File = " + fileName);
            //showDialog(fileName);

        }

I want call activity throught handler,here i am passing file path to activity.My handler code is,

mfileObserver = new Handler() {
            public void handleMessage(Message msg) {
                 if (msg.what == 10) {
                final Bundle msgData = msg.getData();
                Log.d("FileObserverTest",
                        "handler " + msgData.getString("path"));
                System.out.println("in handler----- = ");
                System.out.println("path is----- = " + msgData.getString("path"));
                showDialog(msgData.getString("path"));

                // some(msgData.getString("path"));
                 }
            }
        };

plz help me.

  • 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-23T18:56:57+00:00Added an answer on May 23, 2026 at 6:56 pm
    Intent dialogIntent = new Intent(this, CachingActivity.class);
    Bundle bundle = new Bundle();
    bundle.putInt("something", someInt);
    dialogIntent .putExtras(bundle);
    dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    getApplication().startActivity(dialogIntent);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am calling my cross domain web-service through a getJson() call from jQuery. As
Within Async handler I'm creating an IObservable from webrequest which returns a redirect string.
It seems like calling Invoke on a winforms control in a callback from a
I heard that calling a handler (delegate, etc.) in Objective-C can be even faster
I'm using an error handler on my main calling procedure and letting the other
Why is calling a standard library function inside a signal handler discouraged?
Calling Html.RenderPartial(~/Views/Payments/MyControl.ascx); from a view works if MyControl.ascx is a control that directly inherits
Calling the ajax called URL works well without ajax eg. http://localhost/ci/controller/method/param_value . But using
I have an ashx handler which takes the 'html' property from the request, then
I have a web service which is running fine when i call it from

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.