In general, I have RecyclerView , it displays CardView on a given layout. In a CardView layout, I have an EditText . The user can enter something there.
Under RecyclerView , I have a button, when I click this button, the method from the activity is called and in this method I need to get the data from the EditText each CardView .
How to implement it?
PS: I do not post the sample code, because in my opinion everything is clearly stated. Give me an idea, I'll take it further.