I need to pass the name of a selected product on ListView
to be displayed on a EditText
.
I am currently on the screen that the user informs the customer and then opens the screen of new request, on this screen I have a button to select a product of this ListView
.
Problem: When I enter the Activity from the list and select the product, it start on a new request screen restarting the customer information and showing only the name of the product in EditText
.
How do I avoid the new load update only EditText
?