


Display of Android ProgressBar progress bar and ProgressDialog progress box DEMO_PHP tutorial
When doing mobile phone development, we often encounter some time-consuming operations. At this time, the progress bar starts to come in handy.
This demo shows the ProgressBar progress bar and ProgressDialog progress box.
1. ProgressDialog progress box, the effect is as shown in the picture:
The code is as follows:
//Progress dialog button listening
class ProssButtonListener implements OnClickListener {
@Override
public void onClick(View v ) {
myDialog = ProgressbarDemo.show(ProgressbarDemo.this, "Progressbar title",
public void run () {
/* Write a program fragment of the background operation here* /
/* In order to obviously see the effect, it is suspended for 3 seconds as a demonstration* /
Sleep (3000) ; } Catch (Exception E) {
E.printstacktrace ();
} Finally {
// Uninstall the MyDialog object created.
myDialog.dismiss();
}
}
}.start(); /* Start running Thread*/
}
}
2. Progress bar dialog box, here two situations are used to dynamically display the progress bar scale
The effect diagram is as follows:
The code is as follows:

The code is as follows:
//Progress bar handle button listening
class ProssBarHandleButtonListener implements OnClickListener {
@Override
public void onClick(View v) {
progressBarHandle.setVisibility(View.VISI BLE);
myProssBarhandleText.setVisibility(View.VISIBLE);
progressBarHandle.setMax(1000);
new Thread() {
public void run() {
for(int i=0;i< =1000;){
; 🎜> msg.what = 1; getData().putInt ("size", i); sleep (100);
i+=10;
} catch (Exception e) {
handler.obtainMessage(-1).sendToTar get();
e.printStackTrace(); 🎜> ;
//handle接收消息
private Handler handler = new Handler(){
@Override
public void handleMessage(Message msg) {
switch (msg.what) {
case 1:
progressBarHandle.setProgress(msg.getData().getInt("size"));
float num = (float)progressBarHandle.getProgress()/(float)progressBarHandle.getMax();
int result = (int)(num*100);
System.out.println("progressBarHandle.getProgress()======="+progressBarHandle.getProgress());
myProssBarhandleText.setText(result+ "%");
if(progressBarHandle.getProgress()==progressBarHandle.getMax()){
Toast.makeText(ProgressbarDemo.this, "下载成功", 1).show();
progressBarHandle.setVisibility(View.GONE);
myProssBarhandleText.setVisibility(View.GONE);
}
break;
case -1:
Toast.makeText(ProgressbarDemo.this,"下载失败", 1).show();
break;
}
}
};
2、使用AsyncTask方法,效果图与handle效果一样
具体代码如下:
//Progress bar synctask button monitoring
class ProssBarSyncButtonListener implements OnClickListener {
@Override
public void onClick(View v) {
new AsyncLoader().execute ((Void) null);
}
}
@Override
// Execute
before doInBackground method is executed protected void onPreExecute(){
progressBarHandle.setVisibility(View.VISIBLE);
myProssBarhandleText.setVisibility(View.VISIBLE);
progressBarHandle.setMax(100000);
}
// Do specific time-consuming operations
protected Integer doInBackground(Void... params) {
t totalSize = 100000;
for (int i = 0; i < 100000; ) {
publishProgress(i); // Pass data to the onProgressUpdate method through push message
i+=1 0;
}
return totalSize; progress[0]);
float num = (float)progressBarHandle.getProgress()/(float)progressBarHandle.getMax();
int result = (int)(num*100);
myProssBarhandleText.setText(result + "%" );
}
// Execute after the doInBackground method ends
result, 1).show();
myProssBarhandleText.setVisibility(View.GONE);
progressBarHandle.setVisibility(View.GONE);
}
}
Click to download the DEMO example
http://www.bkjia.com/PHPjc/327687.html
www.bkjia.comtrue
http: //www.bkjia.com/PHPjc/327687.html

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











In recent days, Ice Universe has been steadily revealing details about the Galaxy S25 Ultra, which is widely believed to be Samsung's next flagship smartphone. Among other things, the leaker claimed that Samsung only plans to bring one camera upgrade

OnLeaks has now partnered with Android Headlines to provide a first look at the Galaxy S25 Ultra, a few days after a failed attempt to generate upwards of $4,000 from his X (formerly Twitter) followers. For context, the render images embedded below h

Alongside announcing two new smartphones, TCL has also announced a new Android tablet called the NXTPAPER 14, and its massive screen size is one of its selling points. The NXTPAPER 14 features version 3.0 of TCL's signature brand of matte LCD panels

The Vivo Y300 Pro just got fully revealed, and it's one of the slimmest mid-range Android phones with a large battery. To be exact, the smartphone is only 7.69 mm thick but features a 6,500 mAh battery. This is the same capacity as the recently launc

Samsung has not offered any hints yet about when it will update its Fan Edition (FE) smartphone series. As it stands, the Galaxy S23 FE remains the company's most recent edition, having been presented at the start of October 2023. However, plenty of

In recent days, Ice Universe has been steadily revealing details about the Galaxy S25 Ultra, which is widely believed to be Samsung's next flagship smartphone. Among other things, the leaker claimed that Samsung only plans to bring one camera upgrade

The Redmi Note 14 Pro Plus is now official as a direct successor to last year'sRedmi Note 13 Pro Plus(curr. $375 on Amazon). As expected, the Redmi Note 14 Pro Plus heads up the Redmi Note 14 series alongside theRedmi Note 14and Redmi Note 14 Pro. Li

Motorola has released countless devices this year, although only two of them are foldables. For context, while most of the world has received the pair as the Razr 50 and Razr 50 Ultra, Motorola offers them in North America as the Razr 2024 and Razr 2
