【安卓】v4中的PageAdapter的destroyItem,instantiateItem方法显示过时
v4中的PageAdapter的destroyItem,instantiateItem方法显示过时,这是什么情况的。
回答
参数类型做了修改将View
改成了ViewGroup
使用destroyItem(ViewGroup, int, Object)
与instantiateItem(ViewGroup, int)
替代
以上是 【安卓】v4中的PageAdapter的destroyItem,instantiateItem方法显示过时 的全部内容, 来源链接: utcz.com/a/105497.html