I currently have a code for a map that would take information from two edittexts and would display it as direction on a map (From and To). I'm using google autocomplete in another activity (activity 1). I would like to send the data from the autocomplete textviews in activity 1 to the edittexts in the next activity (map activity). How can I do this?
Thank you in advance.