Animation on Recyclerview Android
问题 I was going through this thread on this topic : RecyclerView Animation on Item Click But I have one question on the technique used. I tried implementing it based on solution above. Although the approach seems to work in the current view of my recyclerview. But as soon as i scroll further to Right (in my case its a Horizontal Recyclerview), i still see the view being expanded since the views are being recycled and the isExpanded value is still true for them. I was thinking shouldn't the