Skip to content Skip to sidebar Skip to footer

Android: Progress Dialog Change Progressdialog.setmessage() While Loading

I was hoping someone could help me figure out how to change the setmessage dialog in a progress dialog with just a dummy timer that cycles through either an array of strings or any

Solution 1:

You can use onProgressUpdated() in order to change the message, because this method is run on the UI Thread. Though, it doesn't give you the opportunity to change the message on the particular amounts of time.


Post a Comment for "Android: Progress Dialog Change Progressdialog.setmessage() While Loading"