horizontal recycler view inside vertical recycler View inside a fragment with onactivityResult
问题 I have a 'Fragment' which has a vertical RecyclerView , inside every item of the RecyclerView there is a horizontal RecyclerView with an add button. On clicking the Add button startActivityOnResult is called. The values on the onActivityResult have to update the horizontal RecyclerView in the particular view where I clicked add button. I have achieved almost everything but what's happening is when I update the horizontal RecyclerView , all the vertical view items horizontal RecyclerView is