Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed Nov 16, 2015
1 parent 68fdd1a commit 7e74ad6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ compile 'com.dahanis:foundation:1.3.0'
简介:内有默认实现等待对话框,可以自定义对话框样式,全局性显示隐藏对话框api,当某些异常请求需要开启等待而有时候会有多个重复的请求时
多交调用ProgressDialogUtil.show()方法时,在界面上永远只会有一个等待框,不会造成多余的等待框,从而导致内存浪费
#####示例代码
``` ProgressDialogUtil.showProgressDialog(this);
ProgressDialogUtil.dismissProgressDialog();
```java
ProgressDialogUtil.showProgressDialog(this);
ProgressDialogUtil.dismissProgressDialog();
```

####ToastUtils--全局性toast显示
Expand Down

0 comments on commit 7e74ad6

Please sign in to comment.