零、学习目标
- 掌握通过意图浏览网页
- 掌握通过WebView浏览网页
- 掌握如何实现网页与安卓通信
一、Intent十二种常用功能
1、浏览网页
Uri uri = Uri.parse("http://www.lzy.edu.cn");
Intent intent = new Intent(Intent.ACTION_VI
Uri uri = Uri.parse("http://www.lzy.edu.cn");
Intent intent = new Intent(Intent.ACTION_VI