how to send string from one activity to another without starting second activity [duplicate]

There are multiple things you can use in this case:

  • Shared Preferences
  • static variables (not recommended)

Leave a Comment