Refresh progress bar in notification bar
问题 I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to refresh the progress bar inside the notification. Does anybody knows any pattern to play with? I mean, where I should refresh the progress bar, in a service or activity and so. 回答1: I don't know what your code looks like, so I don't know what you need to modify, butI did some searching through the