-1
I have a recyclerview, being that I am creating for each item in the list, an Edittext(via XML). Since the purpose of that edittext is to be filled with the amount of ITEMS that is desired. Soon after, I will call a method where I must pass each item of the list, with the correct amount according to the Edit of that position. The problem is, that every time I execute an edittext action, it always passes the list items, but with the repeated quantity field, all the same. I would need to take the right value by the position of the Adapter, via JAVA, but I don’t know how to implement.
Hello Souza! Please edit your question to include the code you are using. This way it will be easier to help you.
– Ivan Silva