RecyclerView Items' values reset when scrolling down
问题 Here is the scenario of what I am trying to do: I am creating a RecyclerView that can add or remove one or more child item/fragment/view that has EditText(s) but.... Here is my problem: Whenever I scroll down in my RecyclerView, its items' value resets. I think the problem here is that the RecyclerView Adapter cannot bind or hold the values but I don't know where exactly is the problem in my code. class StocksAdapter() : RecyclerView.Adapter<ViewHolder>() { class StockFragmentHolder :