简体   繁体   中英

android progress bar for android browser

I am making android browser app and completed 90%. I just want to know how can,I put some progress bar on my application so that people can see that page is loading and they have to wait.

like this while the browser is uploading a page somewhat a this type of bar shows at top of the sccreen

http://cdn.css-tricks.com/wp-content/uploads/2011/02/progressbars-fine.png

thank you in advance

The developer docs for WebView show you how to do this.

You need to set a WebChromeClient on the WebView, and override the onProgressChanged method. Inside of this method you can then set the progress on the progressbar in your apps UI.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM