Android how to work with progressdialog

I have an application in which I have activity where it retrieves data from the server. and manifests itself in activity. I did it.' but I want progressdialog to be there, if there is a problem connecting to the Internet, then it should show a problem with the Internet.

means that I have to give time for the progressbar, if it crosses 10 seconds, then a warning should appear to say "Internet problem", What am I writing to show the progres dialog and how to specify a time limit for this. please give me an answer. thank

+3
source share

All Articles