Save string/EditText in memory android studio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yakovcohen94
    New Member
    • Jun 2021
    • 5

    Save string/EditText in memory android studio

    I have a problem with save the value of string or editText in java android. When I redirect from FirstActivity to Second and return after it to First, I need that a String that i fill earlier stay in the place that I wrote it. (Like a cookies in js).
Working...