Skip to content

Instantly share code, notes, and snippets.

View AlmisbahTS's full-sized avatar
🏠
Working from home

Misbakh Ahmed AlmisbahTS

🏠
Working from home
View GitHub Profile
@AlmisbahTS
AlmisbahTS / Progress dialog Android
Last active March 29, 2020 05:12
Android Progress dialog
// import namespace
import android.app.ProgressDialog;
//initialize progress dialog
ProgressDialog progressDialog=new ProgressDialog(MainActivity.this);
//settings