Android-设计模式与项目架构-03-Webview独立进程架构

74 阅读1分钟

#1 WebView基础

  • 见WebView详解

#2 为什么WebView要使用跨进程 image.png image.png

#3 独立进程WebView实现

  • 组件化中WebView单一module
  • WebViewActivity独立进程 image.png