I have create a one service which triggered every 1 minute and check at server that is there any new notification arrived or not for the user.Notification can be of 3 types which is of type text,video or image...
Now to display text notification i hve no problem,but while image/video notification is arrived i would like to show a progress dialog while it loads the data from the remote url.Once notification arrived,user clicks on a alert dialog and it redirect to the appropriate activity which can be text,image,video ..so before redirecting it i would like to show progress dialog to user .... How to do that.???? Plz help me and reply asap....
Thnx in Advance,..........