Android uses webview to encapsulate browsers

Source: Internet
Author: User

Android provides an interface for encapsulating browsers, allowing developers to display webpage content using their own views. Today, I have made another research. Using webview to display browser content, you can also use webviewclient to display the content you need. Ranking of Chinese women's clothing brands

The effect is as follows:

The above two figures are respectively on the home page. They are displayed when you click Java. You can see

There is no address bar on the browser. This is the content displayed using webviewclient. RelatedCodeAs follows: Renren game Q & A Network

...

   Webview  WV  ;  

@ Override
Public Void Oncreate ( Bundle Icicle ) {
Super . Oncreate ( Icicle );
Setcontentview ( R . Layout . Main );

WV = ( Webview ) Findviewbyid ( R . ID . Wv1 );
WV . Loadurl ( "Http://wangjun.easymorse.com /" );
WV . Setwebviewclient ( New Webviewclientdemo ());

}

Private Class Webviewclientdemo Extends Webviewclient {
@ Override
// Display the page in webview instead of in the default browser
Public Boolean Shouldoverrideurlloading ( Webview View , String URL ) {
View . Loadurl ( URL );
Return True ;
}
} Wind fashion Java-JavaScript mogujie.com women's clothing

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.