Android: show notification bar on downloading application

前端 未结 2 1192
一整个雨季
一整个雨季 2020-12-06 15:34

I want to show a notification bar when an application is being downloaded in Android. I want the bar to be the same as the one showed when an application is downloaded from

2条回答
  •  时光取名叫无心
    2020-12-06 16:37

    I think this link can help you: http://united-coders.com/nico-heid/show-progressbar-in-notification-area-like-google-does-when-downloading-from-android

    This is the download_progress (and to change the style of the progress bar, use your own android:progressDrawable)

    
    
    
    
        
    

    notification_progress_bar:

       
     
        
            
        
    
    
        
            
                
            
        
    
    
      
          
               
                  
              
          
      
    

提交回复
热议问题