I have created a recycler view leaderboard adapter to display people names with their ranks. When I scroll down and up the serial no changes and it gets messed up. It's because the onBindViewHolder is being called again for the integer which sets the serial number.
How do I stop the method while scrolling? Is there any way?