Android Question ProgressDialogShow (Hide) and widget ProgressBar

stanks

Active Member
Licensed User
Longtime User
hi

any good example on using this? after reading forum posts i am not clear where to put that and how to use it in services/activities

thanks
 

stanks

Active Member
Licensed User
Longtime User
i am trying smthg like this:

activity:
B4X:
ProgressDialogShow2(params)
StartService(service)
or
CallSubDelayed(service, "sub")
ProgressDialogHide

and i am trying to show progress dialog in service when this service calls other service/service sub.
those services d/l stuff from the net and the parse.

thanks
 
Upvote 0
Top