1
I need to pass the name of a product selected in a ListView
to be presented in a EditText
.
I am currently on the screen that the user informs the customer and then opens the screen of new order, on this screen I have a button to select a product of this ListView
.
Problem: When I enter Activity from the list and select the product, it start in a new order screen restarting customer information and showing only the product name in the EditText
.
How I avoid the new load update only the EditText
?
I’m a little confused, I’m not sure what you’re up to.
– Jorge B.