摘要:
<ImageView android:id="@+id/singleimage" android:layout_width="@dimen/magin_corner70" android:layout_height="@dimen/magin_corner70" android:layout_ali 阅读全文
摘要:
加载html时,会在data/应用下生成database和cache两个文件夹;请求的url存在webviewcache.db下面,url的内容保存在webviewCache下面, Webview的两种缓存:网页数据缓存(存储打开的页面及资源),另一种则是h5转存,即appcache; 一、网页缓存 阅读全文