I have developed an android application .In that application getting information from web and displayed in the screen.At the time of getting information i want to load a progress dialog to the screen after getting the information i want dismiss the dialog
Please any one help me how to do this with some sample code
Thanks in advance
You need to implement an
AsyncTask.Example:
Then you just have to call
You can read more about
AsyncTaskhere: http://developer.android.com/reference/android/os/AsyncTask.html