You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to macroid
Hi, suppose there is an Activity and once it is displayed, we need to wait until some long time consuming task is finished. I would like to show a text view and determined progress bar showing progress of the task. Once the task is finished, the content of an activity is changed to its final state. The function that performs the task is defined in a separate class.