Home > Q&A > body text
v4中的PageAdapter的destroyItem,instantiateItem方法显示过时,这是什么情况的。
阿神2017-04-17 17:26:07
The parameter type has been modified and View改成了ViewGroup使用destroyItem(ViewGroup, int, Object)与instantiateItem(ViewGroup, int) will be replaced by
View
ViewGroup
destroyItem(ViewGroup, int, Object)
instantiateItem(ViewGroup, int)