My problem is that when I call first webservice I am showing ProgressDialog with please wait... message. In this case I cant do other event like click or other. I have to wait until all webservices completed.
I want to call multiple web services in single activity. But I want to show progress bar in top right corner like android g+ app and many other apps. In this manner I cant interect with app.
Please could you provide me a perfect solution?