WebView示例-网络通信ppt改写版1

public class WebViewActivity extends Activity { /* Called when the activity is first created. / @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); WebView webView = (WebView) findViewById(R.id.mywebview); String url = "http://www.google.com"; webView.loadUrl(url); } } String html = ""; html += ""; html += ""; html += "Google Home"; html += ""; html += ""; webView.loadData(html, "text/html", "utf-8");

ppt 文件大小:1.61MB