ProgressDialog used with IntentService

  • Replies:1
Max K.
  • Forum posts: 1

Jan 16, 2013, 4:14:45 AM via Website

Hi. I have a button on one activity, the user presses it and it opens up a second activity. The second activity queries a server and sends data back to the activity via an IntentService. I am trying to put a ProgressDialog when the second activity starts and dismisses after a certain amount of time. Can someone please help me with this as I am quite new to Android. I appreciate any help, thanks in advance.

Reply