therealshabi / AutoImageFlipper

Auto Scrolling Image Pager with Pager Indicator and Text
Apache License 2.0
106 stars 25 forks source link

Flipper doesn't clear previous views when used inside a recyclerView #28

Closed Tsabary closed 4 years ago

Tsabary commented 4 years ago

I've implemented FlipperLayout in part of a layout of items presented in a recyclerView. My problem is that the flipper shows images of other items. I've tried using removeAllViewsInLayout() when binding, and before adding the new views, but now the flipper just remains empty. I've also tried to use clearDisappearingChildren() which didnt help either. Any tips on how to use inside a recyclerview?

shahbaz-smpx commented 4 years ago

Hi @Tsabary Thank you for reporting this issue, I'll check from my side and update you accordingly

therealshabi commented 4 years ago

@Tsabary I request you please update your library to our latest v1.6.0 by adding implementation 'com.github.technolifestyle:AutoImageFlipper:1.6.0' in your app level build.gradle file. Post that you can refer to this section for your issue https://github.com/therealshabi/AutoImageFlipper#usage-with-the-recyclerview If you have any other issues, please do tell me

therealshabi commented 4 years ago

Since there was no further activity on this issue, I've closed this.