So I have an app on website.com/app I want the app to save a text variable, and then have the app parse the same text variable to use it later, in a different session, or even on a completely different computer.
It would be even better if website.com/app2 could access the file, but the first case is fine as well.
Would shared preferences work for this, or does every user have one shared preferences? Or does it get wiped when the website is closed?
Thanks!