I have 2 activities - A and B
A- Detail Activity
where details get updated
B- A Search Activity
or Fragment
where the user selects an item from a list of items and the selected item is reflected in Activity A
Can anyone suggest a good and efficient way to achieve this functionality?