Indicate The User That Data Is Being Loading
I want to show a progress bar or anything else on the screen when a particular piece of code will execute. How can I do this?
Solution 1:
http://developer.android.com/reference/android/app/ProgressDialog.html
http://www.helloandroid.com/tutorials/using-threads-and-progressdialog
Post a Comment for "Indicate The User That Data Is Being Loading"