Code for "Loading Dialog Box"

Here are the codes:

final ProgressDialog prog = new ProgressDialog(MainActivity.this); prog.setMax(100);prog.setTitle("Enter_Title_Here"); prog.setMessage("Please wait..."); prog.setIndeterminate(true); prog.setCancelable(true);prog.show();  

Thank You......

Comments

Post a Comment

Popular posts from this blog

Voice recorder

Code for "Image share from app"