Progress bar in notification bar
        Posted  
        
            by android_dev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by android_dev
        
        
        
        Published on 2010-04-22T09:49:19Z
        Indexed on 
            2010/04/22
            9:53 UTC
        
        
        Read the original article
        Hit count: 474
        
Hello everybody,
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.
Thanks in advance.
© Stack Overflow or respective owner