I'm tring to build an activity where I insert a search word in an EditText, and on a click of a button, app opens a different activity, and in that activity I need to execute a query using the value of the search word that was inserted in the previous activity.
How can I move this value from previous activity and use it in another different activity?
Thank you.