【发布时间】:2015-01-28 14:59:49
【问题描述】:
谁能解释 webView in fragment 和 webViewFragment 的区别?
它们是相同的还是不同的?
【问题讨论】:
-
WebView 扩展 View 和 webViewFragment 扩展 Fragment
标签: android android-fragments webview
谁能解释 webView in fragment 和 webViewFragment 的区别?
它们是相同的还是不同的?
【问题讨论】:
标签: android android-fragments webview
没有真正的区别。根据文档的唯一区别是:
WebView 在 Fragment 运行时自动暂停或恢复 暂停或恢复。
【讨论】: