Are there any alternative methods for calculating the loading time of a web page on the Android? -


i know webview class has onpagestarted() , onpagefinished() methods, can used calculating load time page. there other methods doing this? i'm using intent object launch browser, i'm looking method works under setup:

uri url = uri.parse("www.google.com"); intent browser = new intent(intent.action_view, url ); startactivity(browser); 

afaik, approach of writing custom code in onpagestarted() , onpagefinished() way. till now, haven't come across method works under setup use device browser, since loaded separately.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -