プログレスバーのこのコードがあります
ProgressDialog.show(this, "VVV","DDD", false,true,new DialogInterface.OnCancelListener()
{
public void onCancel(DialogInterface dialog)
{
//msgDisplay("Action is cancelled");
}
});
このコードを私が行うアクションにバインドする方法は?
例えば:
1. i press the button
2. this progressbar will work
3. i run my function for doing something
4. when my function ends the progressbar will ends