Giter Site home page Giter Site logo

Comments (9)

limxing avatar limxing commented on July 4, 2024

dissmiss()方法可以关闭

from android-promptdialog.

xinshengBoy avatar xinshengBoy commented on July 4, 2024

但是总是需要一个显示时间的吧,
else if (view == loading){
dialog.showLoading("正在加载中");
new Thread(){
@OverRide
public void run() {

                handler.postDelayed(runnable,3000);
            }
        }.start();
    }

然后
Runnable runnable = new Runnable() {
@OverRide
public void run() {
dialog.dismiss();
}
};

我现在是这样做的,这样就能实现自己想要的效果

from android-promptdialog.

limxing avatar limxing commented on July 4, 2024

你是说dismisy要停留一下吗

from android-promptdialog.

xinshengBoy avatar xinshengBoy commented on July 4, 2024

对呀,比如说要让加载三秒左右,然后让提示框消失,其实这个可以稍微优化下,这只是一个小小的建议

from android-promptdialog.

limxing avatar limxing commented on July 4, 2024

可以 谢谢支持

from android-promptdialog.

xinshengBoy avatar xinshengBoy commented on July 4, 2024

嗯,做好了可以在那个示例文档里面写一下,写好了能跟我说一下么,我再试试

from android-promptdialog.

limxing avatar limxing commented on July 4, 2024

好的,

from android-promptdialog.

limxing avatar limxing commented on July 4, 2024

1.0.4可以尝试
promptDialog = new PromptDialog(this);
promptDialog.getDefaultBuilder().touchAble(true).round(3).loadingDuration(3000);

from android-promptdialog.

xinshengBoy avatar xinshengBoy commented on July 4, 2024

试了一下,very nice

from android-promptdialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.