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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:25:39+00:00 2026-06-08T00:25:39+00:00

I defined a CustomDialog class as follow : public class CustomDialog { Dialog dialog;

  • 0

I defined a CustomDialog class as follow :

public class CustomDialog {
    Dialog dialog;
    public void show(Contex contex, int duration){
        Handler timeHandler = new Handler(){
    @Override
    public void handleMessage(Message msg) {
    switch (msg.what) {
    case 1:
    dialog.dismiss();
    break;
    default:
    break;
    }               
    };
       dialog = new dialog(contex);
       dialog.show();
       Message message = new Message();
   message.what = 1 ;
   timeHandler.sendMessageDelayed(message, duration);
    }
}

In the Activity , I new an CustomDialog object , and call the show() method , but the dialog can not close automatically , could anybody tell me why ?
The code in the activity :

CustomDialog myDialog = new CustomDialog();
myDialog.show(this,2000);

It did not work.Is it a formal way to create a custom dialog ? If it’s not , could anyone tell me what is the right way to create one ?

  • 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-08T00:25:41+00:00Added an answer on June 8, 2026 at 12:25 am
    Try this:
    
        public class CustomDialog {
            Dialog dialog;
            public void show(Contex contex, int duration){
                Handler timeHandler = new Handler(){
            @Override
            public void handleMessage(Message msg) {
            switch (msg.what) {
            case 1:
            dismiss();
            break;
            default:
            break;
            }               
            };
               dialog = new dialog(contex);
               dialog.show();Timer timer = new Timer();
    Timer timer=new Timer(); 
       timer.schedule(new TimerTask() {
            @Override
            public void run() {
            //dismiss the dialog here
            dialog.dismiss();
            }
        }, duration);
    
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I defined next class with virtual properties: public class Order: BaseEPharmObject { public Order()
i defined my own 24 bit data type like this class _24bit{ public byte[]
I defined a custom routed event with the following constructs (names changed): public class
I defined two classes: class Token_ { public: virtual char operator*()const = 0;//this fnc
I defined a simple event class: public class NewMoveEvent extends Event { public function
I defined a class in Form1 as public class Conditions { public string name
I defined a data type: Data Card = Card Int deriving (Show, Eq) (I
I defined a class like this: Quaternion& conjugate(); //negates the vector component of the
I defined these 3 models in Rails3. class User < ActiveRecord::Base has_many :questions has_many
I defined a function to return Fibonacci stream as follows: def fib:Stream[Int] = {

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.