I have Tow Activities:
FirstPageActivity
SecondPageActivity
The App call the SecondPageActivity
by the FirstPageActivity
...
and the App send HttpRequest
In the SecondPageActivity
.
So I want to show Progress Dialog in the FirstPageActivity
and After the SecondPageActivity
Finish downloading the data, it Dismiss the Progress and then Appear.Is that Possible ?