Progress dialog shows too late
问题 I have an app that I want to do the following: Show an activity with a button and TextView. User clicks on button and app shows a progress dialog. App calls a web service to get a list. Progress dialog is hidden and a List Selection dialog box appears to show the retrieved list. User selects one of the items in the list. Item shows in the TextView. The problem is that this happens: Show an activity with a button and TextView. User clicks on button and button state changes to selected. A few