NewbieGuide icon indicating copy to clipboard operation
NewbieGuide copied to clipboard

怎样给adapter的其中一个view添加引导?如何在不同页面显示多个引导页?

Open arronvera opened this issue 6 years ago • 2 comments

怎样给adapter的其中一个view添加引导?如何在不同页面显示多个引导页?

arronvera avatar Jun 24 '19 06:06 arronvera

怎样给adapter的其中一个view添加引导?如何在不同页面显示多个引导页?

为 Adapter 中第一个 ItemView 添加引导已经有实现了,你把源码 clone 下来,在 FirstActivity 里面有实现。

ArvinAndroid avatar Jul 02 '19 09:07 ArvinAndroid

recyclerView.getLayoutManager().findViewByPosition(itemIndex);可以得到itemview,但是有个问题多个引导页时adapter不要notifydatasetchanged,notifydatasetchanged后view的内存地址发生变化,否则会出the view is not showing in the window。个人遇到的可能不对

clgg avatar Jul 17 '19 02:07 clgg