I am trying to create a list with recyclerview (picture below), and inside i have an edittext, textview and those views can be change.
However the value inside edittext and textview are being resetted if the Recyclerview decide to reinflat it, what i want to know is how does one stop Recyclerview from doing so ? I've googled it for a while, i've tried to Override getItemViewType and still no luck.