I have a ListView in my second activity.OnItemClick of it I called a webservice and trying to fetch data. And after that I am moving to third activ
ListView
activity.OnItemClick
ProgressDialog dialog = ProgressDialog.show(Example.this, "", "Loading...", true);