I tried with empty onBindViewHolder still the same issue If you can help please drop your answer i would really appreciate that
            Asked
            
        
        
            Active
            
        
            Viewed 61 times
        
    1 Answers
0
            
            
        yes, this issue occurs just because it's recyclerview's default behavior. recyclerview doesn't create a new cell for every view it only creates a view of visible items at a time and then replaces this cell with a previous one while you scroll down. so you need to maintain their state manually to handle this situation. click here for more references.
        Mohak Shah
        
- 518
 - 3
 - 12