关于WebView的loadData方法 Author : Aoyousatuo Zhao http://blog.sina.com.cn/aoyousatuo WebView是Android应用开发中常用的组件,我们可以通过它来显示网页或者html格式的String数据. 对于后者我们往往使用loadData方法来加载html数据.下面就笔者的实践来讨论一下WebView的loadData方法. 对于loadData方法,ADK中的介绍为Load the given data into the…
最近碰到个需求需要在APP中加入代理,HttpClient的代理好解决,但是WebView碰到些问题,然后找到个API10~API21都通用的类,需要用的同学自己看吧,使用方法,直接调用类方法setProxy即可,applicationName可以设置为null. /** * Created by shengdong.huang on 2015/9/18. */ public class ProxySettings { private static final String LOG_TAG =…