//progressDialog = ProgressDialog.show(this, "", "Login...");
new Thread() {
public void run() {
try {
updatePhonebook();
}
catch (Exception e) {
}
}// run
}.start();// new thread
new Thread() {
public void run() {
try {
updatePhonebook();
}
catch (Exception e) {
}
}// run
}.start();// new thread
No comments:
Post a Comment