I have a recylerview with edit text on its row which is populated with values coming from the server.
Now the user will be able to add some edit text and some not. My problem is that if user entered some values in edit text then I am able to get these values and other not. Lets say recylerview has 5 edit text and user entered values in 2 edit text then I have to receive these 5 edit text values into containing activity of adapter.is that possible or edit text is recommended on rv?