Custom Web Browser is too Slow
I am using a custom web browser to load story from the url, which i开发者_如何学JAVA am getting through intent. But the custom web view takes a lot time loading the web page. But if i load the same url in android browser or in System's Browser that loads quite fast. Is there any way of optimization there in Custom Web View, so that it loads web page quickly or it is dependent upon android OS..???? Any help is appreciated.
refer the following link, this will help you
http://developer.android.com/guide/tutorials/views/hello-webview.html
精彩评论