在APP中加载网页的套路(一):外壳的产生
webView是默认的组件,就好比嵌入的一个浏览器。从Android 4.4开始使用chromiun内核。1,我们布局文件里加入WebView 组件 <WebView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/