I have a Recycler View in which single row contains several views, including video, like statistic, and a button.
The button is to increment the value of like statistic to that item and update my adapter using notifyItemChange for that position.
My Problem is, while that row gets refreshed and updates my statistic, the video will reset and I will have to load the data from the beginning again.
What I want is like Facebook app, where user add emotion for a single row item, but the View (the video) does not get refreshed, and only certain items are refreshed, like the emotion statistics.